Html Css Color HEX #91EFED Blizzard Blue

📋 copy color: '#91EFED'

red 145 ◦ green 239 ◦ blue 237

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

Shades of Blizzard Blue #91EFED

Tints of Blizzard Blue #91EFED

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.49%

 BLUE value IS 237 (92.97% from 255) = 38.16%

R = 23.35%
G = 38.49%
B = 38.16%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#91EFED (or 0x91EFED) is known color: Blizzard Blue. HEX triplet: 91, EF and ED. RGB value is (145,239,237). Sum of RGB (Red+Green+Blue) = 145+239+237=621 (82% of max value = 765). Red value is 145 (57.03% from 255 or 23.35% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 239 - color contains mainly: green. Hex color #91EFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91EFED is #6E1012. Grayscale: #D2D2D2. Windows color (decimal): -7213075 or 15593361. OLE color: 15593361.

HSL color Cylindrical-coordinate representation of color #91EFED: hue angle of 178.72º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91EFED is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 145 239 237 -
CMYK 0.39 0 0.01 0.06
HSL 178.72º 0.75% 0.75% -
HSV(B) 178.72º 0.39% 0.94% -
XYZ 57.83 73.87 91.33 -
YUV 210.67 142.86 81.16 -
System Red Green Blue C M Y K H S L
Decimal 145 239 237 0.39 0 0.01 0.06 178.72 0.75 0.75
Hex 91 EF ED 27 0 1 6 B3 4B 4B
Octal 221 357 355 47 0 1 6 263 113 113
Binary 10010001 11101111 11101101 100111 0 1 110 10110011 1001011 1001011

Color Harmonies of #91EFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91EFED

Black with #91EFED

Text Example


Text Example

White with #91EFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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