Html Css Color HEX #96EAEA Blizzard Blue

📋 copy color: '#96EAEA'

red 150 ◦ green 234 ◦ blue 234

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

Shades of Blizzard Blue #96EAEA

Tints of Blizzard Blue #96EAEA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.86%

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

R = 24.27%
G = 37.86%
B = 37.86%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#96EAEA (or 0x96EAEA) is known color: Blizzard Blue. HEX triplet: 96, EA and EA. RGB value is (150,234,234). Sum of RGB (Red+Green+Blue) = 150+234+234=618 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.27% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #96EAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96EAEA is #691515. Grayscale: #D0D0D0. Windows color (decimal): -6886678 or 15395478. OLE color: 15395478.

HSL color Cylindrical-coordinate representation of color #96EAEA: hue angle of 180º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96EAEA is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 234 234 -
CMYK 0.36 0 0 0.08
HSL 180º 0.67% 0.75% -
HSV(B) 180º 0.36% 0.92% -
XYZ 56.85 71.27 88.6 -
YUV 208.88 142.17 86 -
System Red Green Blue C M Y K H S L
Decimal 150 234 234 0.36 0 0 0.08 180 0.67 0.75
Hex 96 EA EA 24 0 0 8 B4 43 4B
Octal 226 352 352 44 0 0 10 264 103 113
Binary 10010110 11101010 11101010 100100 0 0 1000 10110100 1000011 1001011

Color Harmonies of #96EAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EAEA

Black with #96EAEA

Text Example


Text Example

White with #96EAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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