Html Css Color HEX #91EDF2 Blizzard Blue

📋 copy color: '#91EDF2'

red 145 ◦ green 237 ◦ blue 242

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

Shades of Blizzard Blue #91EDF2

Tints of Blizzard Blue #91EDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.78%

R = 23.24%
G = 37.98%
B = 38.78%

CMYK

 C value IS 0.40

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#91EDF2 (or 0x91EDF2) is known color: Blizzard Blue. HEX triplet: 91, ED and F2. RGB value is (145,237,242). Sum of RGB (Red+Green+Blue) = 145+237+242=624 (82% of max value = 765). Red value is 145 (57.03% from 255 or 23.24% from 624); Green value is 237 (92.97% from 255 or 37.98% from 624); Blue value is 242 (94.92% from 255 or 38.78% from 624); Max value from RGB is 242 - color contains mainly: blue. Hex color #91EDF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91EDF2 is #6E120D. Grayscale: #D1D1D1. Windows color (decimal): -7213582 or 15920529. OLE color: 15920529.

HSL color Cylindrical-coordinate representation of color #91EDF2: hue angle of 183.09º 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 #91EDF2 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 145 237 242 -
CMYK 0.40 0.02 0 0.05
HSL 183.09º 0.79% 0.76% -
HSV(B) 183.09º 0.4% 0.95% -
XYZ 57.99 73 95.04 -
YUV 210.06 146.02 81.59 -
System Red Green Blue C M Y K H S L
Decimal 145 237 242 0.40 0.02 0 0.05 183.09 0.79 0.76
Hex 91 ED F2 28 2 0 5 B7 4F 4C
Octal 221 355 362 50 2 0 5 267 117 114
Binary 10010001 11101101 11110010 101000 10 0 101 10110111 1001111 1001100

Color Harmonies of #91EDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91EDF2

Black with #91EDF2

Text Example


Text Example

White with #91EDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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