#96CAEB

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

Shades of Cornflower #96CAEB

Tints of Cornflower #96CAEB

Color information

#96CAEB (or 0x96CAEB) is unknown color: approx Cornflower. HEX triplet: 96, CA and EB. RGB value is (150,202,235). Sum of RGB (Red+Green+Blue) = 150+202+235=587 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.55% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 235 - color contains mainly: blue. Hex color #96CAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CAEB is #693514. Grayscale: #BEBEBE. Windows color (decimal): -6894869 or 15452822. OLE color: 15452822.

HSL color Cylindrical-coordinate representation of color #96CAEB: hue angle of 203.29º 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 #96CAEB is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB150202235-
CMYK0.360.1400.08
HSL203.29º68%75.49%-
HSV(B)203.29º36.17%92.16%-
XYZ48.6954.7286.59-
YUV190.21153.2799.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.55%
GREEN value IS 202 (79.30% from 255) = 34.41%
BLUE value IS 235 (92.19% from 255) = 40.03%
R=25.55%
G=34.41%
B=40.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1502022350.360.1400.08203.296875.49
Hex96CAEB24E08cb444b
Octal2263123534416010313104113
Binary1001011011001010111010111001001110010001100101110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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