Html Css Color HEX #ABE1ED Blizzard Blue

📋 copy color: '#ABE1ED'

red 171 ◦ green 225 ◦ blue 237

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

Shades of Blizzard Blue #ABE1ED

Tints of Blizzard Blue #ABE1ED

RGB

 RED value IS 171 (67.19% from 255) = 27.01%

 GREEN value IS 225 (88.28% from 255) = 35.55%

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

R = 27.01%
G = 35.55%
B = 37.44%

CMYK

 C value IS 0.28

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ABE1ED (or 0xABE1ED) is known color: Blizzard Blue. HEX triplet: AB, E1 and ED. RGB value is (171,225,237). Sum of RGB (Red+Green+Blue) = 171+225+237=633 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.01% from 633); Green value is 225 (88.28% from 255 or 35.55% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #ABE1ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE1ED is #541E12. Grayscale: #D2D2D2. Windows color (decimal): -5512723 or 15589803. OLE color: 15589803.

HSL color Cylindrical-coordinate representation of color #ABE1ED: hue angle of 190.91º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABE1ED is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 225 237 -
CMYK 0.28 0.05 0 0.07
HSL 190.91º 0.65% 0.8% -
HSV(B) 190.91º 0.28% 0.93% -
XYZ 59.01 68.62 90.26 -
YUV 210.22 143.11 100.02 -
System Red Green Blue C M Y K H S L
Decimal 171 225 237 0.28 0.05 0 0.07 190.91 0.65 0.8
Hex AB E1 ED 1C 5 0 7 BF 41 50
Octal 253 341 355 34 5 0 7 277 101 120
Binary 10101011 11100001 11101101 11100 101 0 111 10111111 1000001 1010000

Color Harmonies of #ABE1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE1ED

Black with #ABE1ED

Text Example


Text Example

White with #ABE1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE1ED; }

 p { color: rgb(171,225,237); }

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

background-color css

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

 a { background-color: rgb(171,225,237); }

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

border-color css

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

 span { border-color: rgb(171,225,237); }

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