Html Css Color HEX #96DBEF Blizzard Blue

📋 copy color: '#96DBEF'

red 150 ◦ green 219 ◦ blue 239

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

Shades of Blizzard Blue #96DBEF

Tints of Blizzard Blue #96DBEF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.02%

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

R = 24.67%
G = 36.02%
B = 39.31%

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

#96DBEF (or 0x96DBEF) is known color: Blizzard Blue. HEX triplet: 96, DB and EF. RGB value is (150,219,239). Sum of RGB (Red+Green+Blue) = 150+219+239=608 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.67% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 239 (93.75% from 255 or 39.31% from 608); Max value from RGB is 239 - color contains mainly: blue. Hex color #96DBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DBEF is #692410. Grayscale: #C8C8C8. Windows color (decimal): -6890513 or 15719318. OLE color: 15719318.

HSL color Cylindrical-coordinate representation of color #96DBEF: hue angle of 193.48º 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 #96DBEF is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 219 239 -
CMYK 0.37 0.08 0 0.06
HSL 193.48º 0.74% 0.76% -
HSV(B) 193.48º 0.37% 0.94% -
XYZ 53.49 63.38 91.08 -
YUV 200.65 149.64 91.87 -
System Red Green Blue C M Y K H S L
Decimal 150 219 239 0.37 0.08 0 0.06 193.48 0.74 0.76
Hex 96 DB EF 25 8 0 6 C1 4A 4C
Octal 226 333 357 45 10 0 6 301 112 114
Binary 10010110 11011011 11101111 100101 1000 0 110 11000001 1001010 1001100

Color Harmonies of #96DBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DBEF

Black with #96DBEF

Text Example


Text Example

White with #96DBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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