Html Css Color HEX #96CCEC Cornflower

📋 copy color: '#96CCEC'

red 150 ◦ green 204 ◦ blue 236

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

Shades of Cornflower #96CCEC

Tints of Cornflower #96CCEC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.58%

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

R = 25.42%
G = 34.58%
B = 40%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#96CCEC (or 0x96CCEC) is known color: Cornflower. HEX triplet: 96, CC and EC. RGB value is (150,204,236). Sum of RGB (Red+Green+Blue) = 150+204+236=590 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.42% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #96CCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CCEC is #693313. Grayscale: #BFBFBF. Windows color (decimal): -6894356 or 15518870. OLE color: 15518870.

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

Color convert

RGB 150 204 236 -
CMYK 0.36 0.14 0 0.07
HSL 202.33º 0.69% 0.76% -
HSV(B) 202.33º 0.36% 0.93% -
XYZ 49.31 55.73 87.51 -
YUV 191.5 153.11 98.4 -
System Red Green Blue C M Y K H S L
Decimal 150 204 236 0.36 0.14 0 0.07 202.33 0.69 0.76
Hex 96 CC EC 24 E 0 7 CA 45 4C
Octal 226 314 354 44 16 0 7 312 105 114
Binary 10010110 11001100 11101100 100100 1110 0 111 11001010 1000101 1001100

Color Harmonies of #96CCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CCEC

Black with #96CCEC

Text Example


Text Example

White with #96CCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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