#96D1EB

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

Shades of Cornflower #96D1EB

Tints of Cornflower #96D1EB

Color information

#96D1EB (or 0x96D1EB) is unknown color: approx Cornflower. HEX triplet: 96, D1 and EB. RGB value is (150,209,235). Sum of RGB (Red+Green+Blue) = 150+209+235=594 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.25% from 594); Green value is 209 (82.03% from 255 or 35.19% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #96D1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D1EB is #692E14. Grayscale: #C2C2C2. Windows color (decimal): -6893077 or 15454614. OLE color: 15454614.

HSL color Cylindrical-coordinate representation of color #96D1EB: hue angle of 198.35º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96D1EB is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB150209235-
CMYK0.360.1100.08
HSL198.35º68%75.49%-
HSV(B)198.35º36.17%92.16%-
XYZ50.3758.0887.15-
YUV194.32150.9596.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.25%
GREEN value IS 209 (82.03% from 255) = 35.19%
BLUE value IS 235 (92.19% from 255) = 39.56%
R=25.25%
G=35.19%
B=39.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1502092350.360.1100.08198.356875.49
Hex96D1EB24B08c6444b
Octal2263213534413010306104113
Binary1001011011010001111010111001001011010001100011010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,209,235); }

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

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

 a { background-color: rgb(150,209,235); }

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

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

 span { border-color: rgb(150,209,235); }

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