Html Css Color HEX #ABE1F0 Blizzard Blue

📋 copy color: '#ABE1F0'

red 171 ◦ green 225 ◦ blue 240

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

Shades of Blizzard Blue #ABE1F0

Tints of Blizzard Blue #ABE1F0

RGB

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

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

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

R = 26.89%
G = 35.38%
B = 37.74%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ABE1F0 (or 0xABE1F0) is known color: Blizzard Blue. HEX triplet: AB, E1 and F0. RGB value is (171,225,240). Sum of RGB (Red+Green+Blue) = 171+225+240=636 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.89% from 636); Green value is 225 (88.28% from 255 or 35.38% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABE1F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE1F0 is #541E0F. Grayscale: #D2D2D2. Windows color (decimal): -5512720 or 15786411. OLE color: 15786411.

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

Color convert

RGB 171 225 240 -
CMYK 0.29 0.06 0 0.06
HSL 193.04º 0.7% 0.81% -
HSV(B) 193.04º 0.29% 0.94% -
XYZ 59.45 68.8 92.58 -
YUV 210.56 144.61 99.78 -
System Red Green Blue C M Y K H S L
Decimal 171 225 240 0.29 0.06 0 0.06 193.04 0.7 0.81
Hex AB E1 F0 1D 6 0 6 C1 46 51
Octal 253 341 360 35 6 0 6 301 106 121
Binary 10101011 11100001 11110000 11101 110 0 110 11000001 1000110 1010001

Color Harmonies of #ABE1F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE1F0

Black with #ABE1F0

Text Example


Text Example

White with #ABE1F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE1F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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