Html Css Color HEX #96F2EE Blizzard Blue

📋 copy color: '#96F2EE'

red 150 ◦ green 242 ◦ blue 238

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

Shades of Blizzard Blue #96F2EE

Tints of Blizzard Blue #96F2EE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.41%

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

R = 23.81%
G = 38.41%
B = 37.78%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#96F2EE (or 0x96F2EE) is known color: Blizzard Blue. HEX triplet: 96, F2 and EE. RGB value is (150,242,238). Sum of RGB (Red+Green+Blue) = 150+242+238=630 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.81% from 630); Green value is 242 (94.92% from 255 or 38.41% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 242 - color contains mainly: green. Hex color #96F2EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F2EE is #690D11. Grayscale: #D5D5D5. Windows color (decimal): -6884626 or 15659670. OLE color: 15659670.

HSL color Cylindrical-coordinate representation of color #96F2EE: hue angle of 177.39º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F2EE is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 242 238 -
CMYK 0.38 0 0.02 0.05
HSL 177.39º 0.78% 0.77% -
HSV(B) 177.39º 0.38% 0.95% -
XYZ 59.76 76.16 92.44 -
YUV 214.04 141.52 82.33 -
System Red Green Blue C M Y K H S L
Decimal 150 242 238 0.38 0 0.02 0.05 177.39 0.78 0.77
Hex 96 F2 EE 26 0 2 5 B1 4E 4D
Octal 226 362 356 46 0 2 5 261 116 115
Binary 10010110 11110010 11101110 100110 0 10 101 10110001 1001110 1001101

Color Harmonies of #96F2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F2EE

Black with #96F2EE

Text Example


Text Example

White with #96F2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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