#95C2F6

Color #95C2F6 Cornflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower #95C2F6

Tints of Cornflower #95C2F6

Color information

#95C2F6 (or 0x95C2F6) is unknown color: approx Cornflower. HEX triplet: 95, C2 and F6. RGB value is (149,194,246). Sum of RGB (Red+Green+Blue) = 149+194+246=589 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.30% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 246 (96.48% from 255 or 41.77% from 589); Max value from RGB is 246 - color contains mainly: blue. Hex color #95C2F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95C2F6 is #6A3D09. Grayscale: #BABABA. Windows color (decimal): -6962442 or 16171669. OLE color: 16171669.

HSL color Cylindrical-coordinate representation of color #95C2F6: hue angle of 212.16º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95C2F6 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB149194246-
CMYK0.390.2100.04
HSL212.16º84.35%77.45%-
HSV(B)212.16º39.43%96.47%-
XYZ48.3251.6394.61-
YUV186.47161.59101.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 25.30%
GREEN value IS 194 (76.17% from 255) = 32.94%
BLUE value IS 246 (96.48% from 255) = 41.77%
R=25.30%
G=32.94%
B=41.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1491942460.390.2100.04212.1684.3577.45
Hex95C2F6271504d4544d
Octal225302366472504324124115
Binary1001010111000010111101101001111010101001101010010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95C2F6; }

 p { color: rgb(149,194,246); }

 H1.HeaderClassName
 {
   color: #95C2F6;
 }
 .AnyTagClassName
 {
   color: #95C2F6;
 }
</style>
background-color css

<style>
 a { background-color: #95C2F6; }

 a { background-color: rgb(149,194,246); }

 div.DivClassName
 {
   background-color: #95C2F6;
 }
 .BgClassName
 {
   background-color: #95C2F6;
 }
</style>
border-color css

<style>
 span { border-color: #95C2F6; }

 span { border-color: rgb(149,194,246); }

 td.TdClassName
 {
   border-color: #95C2F6;
 }
 .TagClassName
 {
   border-color: #95C2F6;
 }
</style>