Html Css Color HEX #91EDF8 Blizzard Blue

📋 copy color: '#91EDF8'

red 145 ◦ green 237 ◦ blue 248

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

Shades of Blizzard Blue #91EDF8

Tints of Blizzard Blue #91EDF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 39.37%

R = 23.02%
G = 37.62%
B = 39.37%

CMYK

 C value IS 0.42

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#91EDF8 (or 0x91EDF8) is known color: Blizzard Blue. HEX triplet: 91, ED and F8. RGB value is (145,237,248). Sum of RGB (Red+Green+Blue) = 145+237+248=630 (83% of max value = 765). Red value is 145 (57.03% from 255 or 23.02% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 248 (97.27% from 255 or 39.37% from 630); Max value from RGB is 248 - color contains mainly: blue. Hex color #91EDF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91EDF8 is #6E1207. Grayscale: #D2D2D2. Windows color (decimal): -7213576 or 16313745. OLE color: 16313745.

HSL color Cylindrical-coordinate representation of color #91EDF8: hue angle of 186.41º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91EDF8 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 145 237 248 -
CMYK 0.42 0.04 0 0.03
HSL 186.41º 0.88% 0.77% -
HSV(B) 186.41º 0.42% 0.97% -
XYZ 58.9 73.37 99.86 -
YUV 210.75 149.02 81.11 -
System Red Green Blue C M Y K H S L
Decimal 145 237 248 0.42 0.04 0 0.03 186.41 0.88 0.77
Hex 91 ED F8 2A 4 0 3 BA 58 4D
Octal 221 355 370 52 4 0 3 272 130 115
Binary 10010001 11101101 11111000 101010 100 0 11 10111010 1011000 1001101

Color Harmonies of #91EDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91EDF8

Black with #91EDF8

Text Example


Text Example

White with #91EDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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