Html Css Color HEX #96CEEC Cornflower

📋 copy color: '#96CEEC'

red 150 ◦ green 206 ◦ blue 236

#96CEEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower #96CEEC

Tints of Cornflower #96CEEC

RGB

 RED value IS 150 (58.98% from 255) = 25.34%

 GREEN value IS 206 (80.86% from 255) = 34.8%

 BLUE value IS 236 (92.58% from 255) = 39.86%

R = 25.34%
G = 34.8%
B = 39.86%

CMYK

 C value IS 0.36

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#96CEEC (or 0x96CEEC) is known color: Cornflower. HEX triplet: 96, CE and EC. RGB value is (150,206,236). Sum of RGB (Red+Green+Blue) = 150+206+236=592 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.34% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #96CEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CEEC is #693113. Grayscale: #C0C0C0. Windows color (decimal): -6893844 or 15519382. OLE color: 15519382.

HSL color Cylindrical-coordinate representation of color #96CEEC: hue angle of 200.93º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96CEEC is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 206 236 -
CMYK 0.36 0.13 0 0.07
HSL 200.93º 0.69% 0.76% -
HSV(B) 200.93º 0.36% 0.93% -
XYZ 49.79 56.68 87.67 -
YUV 192.68 152.45 97.56 -
System Red Green Blue C M Y K H S L
Decimal 150 206 236 0.36 0.13 0 0.07 200.93 0.69 0.76
Hex 96 CE EC 24 D 0 7 C9 45 4C
Octal 226 316 354 44 15 0 7 311 105 114
Binary 10010110 11001110 11101100 100100 1101 0 111 11001001 1000101 1001100

Color Harmonies of #96CEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CEEC

Black with #96CEEC

Text Example


Text Example

White with #96CEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,206,236); }

 H1.HeaderClassName
 {
   color: #96CEEC;
 }
 .AnyTagClassName
 {
   color: #96CEEC;
 }
</style>

background-color css

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

 a { background-color: rgb(150,206,236); }

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

border-color css

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

 span { border-color: rgb(150,206,236); }

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