Html Css Color HEX #91F2EC Blizzard Blue

📋 copy color: '#91F2EC'

red 145 ◦ green 242 ◦ blue 236

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

Shades of Blizzard Blue #91F2EC

Tints of Blizzard Blue #91F2EC

RGB

 RED value IS 145 (57.03% from 255) = 23.27%

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

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

R = 23.27%
G = 38.84%
B = 37.88%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#91F2EC (or 0x91F2EC) is known color: Blizzard Blue. HEX triplet: 91, F2 and EC. RGB value is (145,242,236). Sum of RGB (Red+Green+Blue) = 145+242+236=623 (82% of max value = 765). Red value is 145 (57.03% from 255 or 23.27% from 623); Green value is 242 (94.92% from 255 or 38.84% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 242 - color contains mainly: green. Hex color #91F2EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91F2EC is #6E0D13. Grayscale: #D4D4D4. Windows color (decimal): -7212308 or 15528593. OLE color: 15528593.

HSL color Cylindrical-coordinate representation of color #91F2EC: hue angle of 176.29º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91F2EC is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 145 242 236 -
CMYK 0.40 0 0.02 0.05
HSL 176.29º 0.79% 0.76% -
HSV(B) 176.29º 0.4% 0.95% -
XYZ 58.57 75.58 90.86 -
YUV 212.31 141.36 79.99 -
System Red Green Blue C M Y K H S L
Decimal 145 242 236 0.40 0 0.02 0.05 176.29 0.79 0.76
Hex 91 F2 EC 28 0 2 5 B0 4F 4C
Octal 221 362 354 50 0 2 5 260 117 114
Binary 10010001 11110010 11101100 101000 0 10 101 10110000 1001111 1001100

Color Harmonies of #91F2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91F2EC

Black with #91F2EC

Text Example


Text Example

White with #91F2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91F2EC; }

 p { color: rgb(145,242,236); }

 H1.HeaderClassName
 {
   color: #91F2EC;
 }
 .AnyTagClassName
 {
   color: #91F2EC;
 }
</style>

background-color css

<style>
 a { background-color: #91F2EC; }

 a { background-color: rgb(145,242,236); }

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

border-color css

<style>
 span { border-color: #91F2EC; }

 span { border-color: rgb(145,242,236); }

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