Html Css Color HEX #96BBDC Cornflower

📋 copy color: '#96BBDC'

red 150 ◦ green 187 ◦ blue 220

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

Shades of Cornflower #96BBDC

Tints of Cornflower #96BBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.57%

 BLUE value IS 220 (86.33% from 255) = 39.5%

R = 26.93%
G = 33.57%
B = 39.5%

CMYK

 C value IS 0.32

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#96BBDC (or 0x96BBDC) is known color: Cornflower. HEX triplet: 96, BB and DC. RGB value is (150,187,220). Sum of RGB (Red+Green+Blue) = 150+187+220=557 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.93% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #96BBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BBDC is #694423. Grayscale: #B3B3B3. Windows color (decimal): -6898724 or 14465942. OLE color: 14465942.

HSL color Cylindrical-coordinate representation of color #96BBDC: hue angle of 208.29º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96BBDC is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 187 220 -
CMYK 0.32 0.15 0 0.14
HSL 208.29º 0.5% 0.73% -
HSV(B) 208.29º 0.32% 0.86% -
XYZ 43.27 47.19 74.54 -
YUV 179.7 150.74 106.82 -
System Red Green Blue C M Y K H S L
Decimal 150 187 220 0.32 0.15 0 0.14 208.29 0.5 0.73
Hex 96 BB DC 20 F 0 E D0 32 49
Octal 226 273 334 40 17 0 16 320 62 111
Binary 10010110 10111011 11011100 100000 1111 0 1110 11010000 110010 1001001

Color Harmonies of #96BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BBDC

Black with #96BBDC

Text Example


Text Example

White with #96BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,187,220); }

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

background-color css

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

 a { background-color: rgb(150,187,220); }

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

border-color css

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

 span { border-color: rgb(150,187,220); }

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