Html Css Color HEX #91DDEA Blizzard Blue

📋 copy color: '#91DDEA'

red 145 ◦ green 221 ◦ blue 234

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

Shades of Blizzard Blue #91DDEA

Tints of Blizzard Blue #91DDEA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.83%

 BLUE value IS 234 (91.8% from 255) = 39%

R = 24.17%
G = 36.83%
B = 39%

CMYK

 C value IS 0.38

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#91DDEA (or 0x91DDEA) is known color: Blizzard Blue. HEX triplet: 91, DD and EA. RGB value is (145,221,234). Sum of RGB (Red+Green+Blue) = 145+221+234=600 (79% of max value = 765). Red value is 145 (57.03% from 255 or 24.17% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #91DDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DDEA is #6E2215. Grayscale: #C7C7C7. Windows color (decimal): -7217686 or 15392145. OLE color: 15392145.

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

Color convert

RGB 145 221 234 -
CMYK 0.38 0.06 0 0.08
HSL 188.76º 0.68% 0.74% -
HSV(B) 188.76º 0.38% 0.92% -
XYZ 52.38 63.67 87.37 -
YUV 199.76 147.32 88.94 -
System Red Green Blue C M Y K H S L
Decimal 145 221 234 0.38 0.06 0 0.08 188.76 0.68 0.74
Hex 91 DD EA 26 6 0 8 BD 44 4A
Octal 221 335 352 46 6 0 10 275 104 112
Binary 10010001 11011101 11101010 100110 110 0 1000 10111101 1000100 1001010

Color Harmonies of #91DDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91DDEA

Black with #91DDEA

Text Example


Text Example

White with #91DDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,221,234); }

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

background-color css

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

 a { background-color: rgb(145,221,234); }

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

border-color css

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

 span { border-color: rgb(145,221,234); }

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