Html Css Color HEX #96BCDD Cornflower

📋 copy color: '#96BCDD'

red 150 ◦ green 188 ◦ blue 221

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

Shades of Cornflower #96BCDD

Tints of Cornflower #96BCDD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.63%

 BLUE value IS 221 (86.72% from 255) = 39.53%

R = 26.83%
G = 33.63%
B = 39.53%

CMYK

 C value IS 0.32

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96BCDD (or 0x96BCDD) is known color: Cornflower. HEX triplet: 96, BC and DD. RGB value is (150,188,221). Sum of RGB (Red+Green+Blue) = 150+188+221=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #96BCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BCDD is #694322. Grayscale: #B4B4B4. Windows color (decimal): -6898467 or 14531734. OLE color: 14531734.

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

Color convert

RGB 150 188 221 -
CMYK 0.32 0.15 0 0.13
HSL 207.89º 0.51% 0.73% -
HSV(B) 207.89º 0.32% 0.87% -
XYZ 43.61 47.67 75.31 -
YUV 180.4 150.91 106.32 -
System Red Green Blue C M Y K H S L
Decimal 150 188 221 0.32 0.15 0 0.13 207.89 0.51 0.73
Hex 96 BC DD 20 F 0 D D0 33 49
Octal 226 274 335 40 17 0 15 320 63 111
Binary 10010110 10111100 11011101 100000 1111 0 1101 11010000 110011 1001001

Color Harmonies of #96BCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BCDD

Black with #96BCDD

Text Example


Text Example

White with #96BCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,188,221); }

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

background-color css

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

 a { background-color: rgb(150,188,221); }

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

border-color css

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

 span { border-color: rgb(150,188,221); }

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