Html Css Color HEX #96DCEF Blizzard Blue

📋 copy color: '#96DCEF'

red 150 ◦ green 220 ◦ blue 239

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

Shades of Blizzard Blue #96DCEF

Tints of Blizzard Blue #96DCEF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.12%

 BLUE value IS 239 (93.75% from 255) = 39.24%

R = 24.63%
G = 36.12%
B = 39.24%

CMYK

 C value IS 0.37

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#96DCEF (or 0x96DCEF) is known color: Blizzard Blue. HEX triplet: 96, DC and EF. RGB value is (150,220,239). Sum of RGB (Red+Green+Blue) = 150+220+239=609 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.63% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: blue. Hex color #96DCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DCEF is #692310. Grayscale: #C9C9C9. Windows color (decimal): -6890257 or 15719574. OLE color: 15719574.

HSL color Cylindrical-coordinate representation of color #96DCEF: hue angle of 192.81º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96DCEF is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 220 239 -
CMYK 0.37 0.08 0 0.06
HSL 192.81º 0.74% 0.76% -
HSV(B) 192.81º 0.37% 0.94% -
XYZ 53.75 63.9 91.16 -
YUV 201.24 149.31 91.46 -
System Red Green Blue C M Y K H S L
Decimal 150 220 239 0.37 0.08 0 0.06 192.81 0.74 0.76
Hex 96 DC EF 25 8 0 6 C1 4A 4C
Octal 226 334 357 45 10 0 6 301 112 114
Binary 10010110 11011100 11101111 100101 1000 0 110 11000001 1001010 1001100

Color Harmonies of #96DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DCEF

Black with #96DCEF

Text Example


Text Example

White with #96DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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