Html Css Color HEX #96DCEE Blizzard Blue

📋 copy color: '#96DCEE'

red 150 ◦ green 220 ◦ blue 238

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

Shades of Blizzard Blue #96DCEE

Tints of Blizzard Blue #96DCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.14%

R = 24.67%
G = 36.18%
B = 39.14%

CMYK

 C value IS 0.37

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#96DCEE (or 0x96DCEE) is known color: Blizzard Blue. HEX triplet: 96, DC and EE. RGB value is (150,220,238). Sum of RGB (Red+Green+Blue) = 150+220+238=608 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.67% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 238 - color contains mainly: blue. Hex color #96DCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DCEE is #692311. Grayscale: #C8C8C8. Windows color (decimal): -6890258 or 15654038. OLE color: 15654038.

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

Color convert

RGB 150 220 238 -
CMYK 0.37 0.08 0 0.07
HSL 192.27º 0.72% 0.76% -
HSV(B) 192.27º 0.37% 0.93% -
XYZ 53.6 63.84 90.39 -
YUV 201.12 148.81 91.54 -
System Red Green Blue C M Y K H S L
Decimal 150 220 238 0.37 0.08 0 0.07 192.27 0.72 0.76
Hex 96 DC EE 25 8 0 7 C0 48 4C
Octal 226 334 356 45 10 0 7 300 110 114
Binary 10010110 11011100 11101110 100101 1000 0 111 11000000 1001000 1001100

Color Harmonies of #96DCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DCEE

Black with #96DCEE

Text Example


Text Example

White with #96DCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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