Html Css Color HEX #91DEF1 Blizzard Blue

📋 copy color: '#91DEF1'

red 145 ◦ green 222 ◦ blue 241

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

Shades of Blizzard Blue #91DEF1

Tints of Blizzard Blue #91DEF1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.51%

 BLUE value IS 241 (94.53% from 255) = 39.64%

R = 23.85%
G = 36.51%
B = 39.64%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#91DEF1 (or 0x91DEF1) is known color: Blizzard Blue. HEX triplet: 91, DE and F1. RGB value is (145,222,241). Sum of RGB (Red+Green+Blue) = 145+222+241=608 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.85% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 241 (94.53% from 255 or 39.64% from 608); Max value from RGB is 241 - color contains mainly: blue. Hex color #91DEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DEF1 is #6E210E. Grayscale: #C8C8C8. Windows color (decimal): -7217423 or 15851153. OLE color: 15851153.

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

Color convert

RGB 145 222 241 -
CMYK 0.40 0.08 0 0.05
HSL 191.88º 0.77% 0.76% -
HSV(B) 191.88º 0.4% 0.95% -
XYZ 53.68 64.61 92.86 -
YUV 201.14 150.49 87.96 -
System Red Green Blue C M Y K H S L
Decimal 145 222 241 0.40 0.08 0 0.05 191.88 0.77 0.76
Hex 91 DE F1 28 8 0 5 C0 4D 4C
Octal 221 336 361 50 10 0 5 300 115 114
Binary 10010001 11011110 11110001 101000 1000 0 101 11000000 1001101 1001100

Color Harmonies of #91DEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91DEF1

Black with #91DEF1

Text Example


Text Example

White with #91DEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,222,241); }

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

background-color css

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

 a { background-color: rgb(145,222,241); }

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

border-color css

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

 span { border-color: rgb(145,222,241); }

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