Html Css Color HEX #96F1EC Blizzard Blue

📋 copy color: '#96F1EC'

red 150 ◦ green 241 ◦ blue 236

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

Shades of Blizzard Blue #96F1EC

Tints of Blizzard Blue #96F1EC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.44%

 BLUE value IS 236 (92.58% from 255) = 37.64%

R = 23.92%
G = 38.44%
B = 37.64%

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

#96F1EC (or 0x96F1EC) is known color: Blizzard Blue. HEX triplet: 96, F1 and EC. RGB value is (150,241,236). Sum of RGB (Red+Green+Blue) = 150+241+236=627 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.92% from 627); Green value is 241 (94.53% from 255 or 38.44% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 241 - color contains mainly: green. Hex color #96F1EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F1EC is #690E13. Grayscale: #D5D5D5. Windows color (decimal): -6884884 or 15528342. OLE color: 15528342.

HSL color Cylindrical-coordinate representation of color #96F1EC: hue angle of 176.7º degrees, saturation: 0.76, 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 #96F1EC is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 241 236 -
CMYK 0.38 0 0.02 0.05
HSL 176.7º 0.76% 0.77% -
HSV(B) 176.7º 0.38% 0.95% -
XYZ 59.17 75.45 90.8 -
YUV 213.22 140.85 82.91 -
System Red Green Blue C M Y K H S L
Decimal 150 241 236 0.38 0 0.02 0.05 176.7 0.76 0.77
Hex 96 F1 EC 26 0 2 5 B1 4C 4D
Octal 226 361 354 46 0 2 5 261 114 115
Binary 10010110 11110001 11101100 100110 0 10 101 10110001 1001100 1001101

Color Harmonies of #96F1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F1EC

Black with #96F1EC

Text Example


Text Example

White with #96F1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,241,236); }

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

background-color css

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

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

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

border-color css

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

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

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