Html Css Color HEX #91EBE2 Blizzard Blue

📋 copy color: '#91EBE2'

red 145 ◦ green 235 ◦ blue 226

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

Shades of Blizzard Blue #91EBE2

Tints of Blizzard Blue #91EBE2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.78%

 BLUE value IS 226 (88.67% from 255) = 37.29%

R = 23.93%
G = 38.78%
B = 37.29%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#91EBE2 (or 0x91EBE2) is known color: Blizzard Blue. HEX triplet: 91, EB and E2. RGB value is (145,235,226). Sum of RGB (Red+Green+Blue) = 145+235+226=606 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.93% from 606); Green value is 235 (92.19% from 255 or 38.78% from 606); Blue value is 226 (88.67% from 255 or 37.29% from 606); Max value from RGB is 235 - color contains mainly: green. Hex color #91EBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91EBE2 is #6E141D. Grayscale: #CFCFCF. Windows color (decimal): -7214110 or 14871441. OLE color: 14871441.

HSL color Cylindrical-coordinate representation of color #91EBE2: hue angle of 174º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #91EBE2 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 145 235 226 -
CMYK 0.38 0 0.04 0.08
HSL 174º 0.69% 0.75% -
HSV(B) 174º 0.38% 0.92% -
XYZ 55.11 70.93 82.74 -
YUV 207.06 138.68 83.73 -
System Red Green Blue C M Y K H S L
Decimal 145 235 226 0.38 0 0.04 0.08 174 0.69 0.75
Hex 91 EB E2 26 0 4 8 AE 45 4B
Octal 221 353 342 46 0 4 10 256 105 113
Binary 10010001 11101011 11100010 100110 0 100 1000 10101110 1000101 1001011

Color Harmonies of #91EBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91EBE2

Black with #91EBE2

Text Example


Text Example

White with #91EBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,235,226); }

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

background-color css

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

 a { background-color: rgb(145,235,226); }

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

border-color css

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

 span { border-color: rgb(145,235,226); }

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