Html Css Color HEX #ABE5F0 Blizzard Blue

📋 copy color: '#ABE5F0'

red 171 ◦ green 229 ◦ blue 240

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

Shades of Blizzard Blue #ABE5F0

Tints of Blizzard Blue #ABE5F0

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.78%

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

R = 26.72%
G = 35.78%
B = 37.5%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ABE5F0 (or 0xABE5F0) is known color: Blizzard Blue. HEX triplet: AB, E5 and F0. RGB value is (171,229,240). Sum of RGB (Red+Green+Blue) = 171+229+240=640 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.72% from 640); Green value is 229 (89.84% from 255 or 35.78% from 640); Blue value is 240 (94.14% from 255 or 37.5% from 640); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABE5F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE5F0 is #541A0F. Grayscale: #D4D4D4. Windows color (decimal): -5511696 or 15787435. OLE color: 15787435.

HSL color Cylindrical-coordinate representation of color #ABE5F0: hue angle of 189.57º 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 #ABE5F0 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 229 240 -
CMYK 0.29 0.05 0 0.06
HSL 189.57º 0.7% 0.81% -
HSV(B) 189.57º 0.29% 0.94% -
XYZ 60.54 70.99 92.95 -
YUV 212.91 143.28 98.11 -
System Red Green Blue C M Y K H S L
Decimal 171 229 240 0.29 0.05 0 0.06 189.57 0.7 0.81
Hex AB E5 F0 1D 5 0 6 BE 46 51
Octal 253 345 360 35 5 0 6 276 106 121
Binary 10101011 11100101 11110000 11101 101 0 110 10111110 1000110 1010001

Color Harmonies of #ABE5F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE5F0

Black with #ABE5F0

Text Example


Text Example

White with #ABE5F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE5F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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