Html Css Color HEX #ABE0F0 Blizzard Blue

📋 copy color: '#ABE0F0'

red 171 ◦ green 224 ◦ blue 240

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

Shades of Blizzard Blue #ABE0F0

Tints of Blizzard Blue #ABE0F0

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.28%

 BLUE value IS 240 (94.14% from 255) = 37.8%

R = 26.93%
G = 35.28%
B = 37.8%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ABE0F0 (or 0xABE0F0) is known color: Blizzard Blue. HEX triplet: AB, E0 and F0. RGB value is (171,224,240). Sum of RGB (Red+Green+Blue) = 171+224+240=635 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.93% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABE0F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE0F0 is #541F0F. Grayscale: #D1D1D1. Windows color (decimal): -5512976 or 15786155. OLE color: 15786155.

HSL color Cylindrical-coordinate representation of color #ABE0F0: hue angle of 193.91º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABE0F0 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 224 240 -
CMYK 0.29 0.07 0 0.06
HSL 193.91º 0.7% 0.81% -
HSV(B) 193.91º 0.29% 0.94% -
XYZ 59.18 68.26 92.49 -
YUV 209.98 144.94 100.2 -
System Red Green Blue C M Y K H S L
Decimal 171 224 240 0.29 0.07 0 0.06 193.91 0.7 0.81
Hex AB E0 F0 1D 7 0 6 C2 46 51
Octal 253 340 360 35 7 0 6 302 106 121
Binary 10101011 11100000 11110000 11101 111 0 110 11000010 1000110 1010001

Color Harmonies of #ABE0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE0F0

Black with #ABE0F0

Text Example


Text Example

White with #ABE0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE0F0; }

 p { color: rgb(171,224,240); }

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

background-color css

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

 a { background-color: rgb(171,224,240); }

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

border-color css

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

 span { border-color: rgb(171,224,240); }

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