#96C1F6

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

Shades of Cornflower #96C1F6

Tints of Cornflower #96C1F6

Color information

#96C1F6 (or 0x96C1F6) is unknown color: approx Cornflower. HEX triplet: 96, C1 and F6. RGB value is (150,193,246). Sum of RGB (Red+Green+Blue) = 150+193+246=589 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.47% from 589); Green value is 193 (75.78% from 255 or 32.77% 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 #96C1F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C1F6 is #693E09. Grayscale: #B9B9B9. Windows color (decimal): -6897162 or 16171414. OLE color: 16171414.

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

Color convert

RGB150193246-
CMYK0.390.2200.04
HSL213.12º84.21%77.65%-
HSV(B)213.12º39.02%96.47%-
XYZ48.2851.2894.54-
YUV186.18161.75102.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.47%
GREEN value IS 193 (75.78% from 255) = 32.77%
BLUE value IS 246 (96.48% from 255) = 41.77%
R=25.47%
G=32.77%
B=41.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1501932460.390.2200.04213.1284.2177.65
Hex96C1F6271604d5544e
Octal226301366472604325124116
Binary1001011011000001111101101001111011001001101010110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C1F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96C1F6; }

 p { color: rgb(150,193,246); }

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

<style>
 a { background-color: #96C1F6; }

 a { background-color: rgb(150,193,246); }

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

<style>
 span { border-color: #96C1F6; }

 span { border-color: rgb(150,193,246); }

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