Html Css Color HEX #96CBE8 Cornflower

📋 copy color: '#96CBE8'

red 150 ◦ green 203 ◦ blue 232

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

Shades of Cornflower #96CBE8

Tints of Cornflower #96CBE8

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.7%

 BLUE value IS 232 (91.02% from 255) = 39.66%

R = 25.64%
G = 34.7%
B = 39.66%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#96CBE8 (or 0x96CBE8) is known color: Cornflower. HEX triplet: 96, CB and E8. RGB value is (150,203,232). Sum of RGB (Red+Green+Blue) = 150+203+232=585 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.64% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 232 (91.02% from 255 or 39.66% from 585); Max value from RGB is 232 - color contains mainly: blue. Hex color #96CBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CBE8 is #693417. Grayscale: #BEBEBE. Windows color (decimal): -6894616 or 15256470. OLE color: 15256470.

HSL color Cylindrical-coordinate representation of color #96CBE8: hue angle of 201.22º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96CBE8 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 203 232 -
CMYK 0.35 0.12 0 0.09
HSL 201.22º 0.64% 0.75% -
HSV(B) 201.22º 0.35% 0.91% -
XYZ 48.5 55.02 84.41 -
YUV 190.46 151.44 99.14 -
System Red Green Blue C M Y K H S L
Decimal 150 203 232 0.35 0.12 0 0.09 201.22 0.64 0.75
Hex 96 CB E8 23 C 0 9 C9 40 4B
Octal 226 313 350 43 14 0 11 311 100 113
Binary 10010110 11001011 11101000 100011 1100 0 1001 11001001 1000000 1001011

Color Harmonies of #96CBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CBE8

Black with #96CBE8

Text Example


Text Example

White with #96CBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,203,232); }

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

background-color css

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

 a { background-color: rgb(150,203,232); }

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

border-color css

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

 span { border-color: rgb(150,203,232); }

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