Html Css Color HEX #96EDEA Blizzard Blue

📋 copy color: '#96EDEA'

red 150 ◦ green 237 ◦ blue 234

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

Shades of Blizzard Blue #96EDEA

Tints of Blizzard Blue #96EDEA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.16%

 BLUE value IS 234 (91.8% from 255) = 37.68%

R = 24.15%
G = 38.16%
B = 37.68%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#96EDEA (or 0x96EDEA) is known color: Blizzard Blue. HEX triplet: 96, ED and EA. RGB value is (150,237,234). Sum of RGB (Red+Green+Blue) = 150+237+234=621 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.15% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #96EDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96EDEA is #691215. Grayscale: #D2D2D2. Windows color (decimal): -6885910 or 15396246. OLE color: 15396246.

HSL color Cylindrical-coordinate representation of color #96EDEA: hue angle of 177.93º degrees, saturation: 0.71, 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 #96EDEA is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 237 234 -
CMYK 0.37 0 0.01 0.07
HSL 177.93º 0.71% 0.76% -
HSV(B) 177.93º 0.37% 0.93% -
XYZ 57.71 72.99 88.89 -
YUV 210.65 141.18 84.74 -
System Red Green Blue C M Y K H S L
Decimal 150 237 234 0.37 0 0.01 0.07 177.93 0.71 0.76
Hex 96 ED EA 25 0 1 7 B2 47 4C
Octal 226 355 352 45 0 1 7 262 107 114
Binary 10010110 11101101 11101010 100101 0 1 111 10110010 1000111 1001100

Color Harmonies of #96EDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EDEA

Black with #96EDEA

Text Example


Text Example

White with #96EDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,237,234); }

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

background-color css

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

 a { background-color: rgb(150,237,234); }

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

border-color css

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

 span { border-color: rgb(150,237,234); }

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