Html Css Color HEX #ABE0F6 Blizzard Blue

📋 copy color: '#ABE0F6'

red 171 ◦ green 224 ◦ blue 246

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

Shades of Blizzard Blue #ABE0F6

Tints of Blizzard Blue #ABE0F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 38.38%

R = 26.68%
G = 34.95%
B = 38.38%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ABE0F6 (or 0xABE0F6) is known color: Blizzard Blue. HEX triplet: AB, E0 and F6. RGB value is (171,224,246). Sum of RGB (Red+Green+Blue) = 171+224+246=641 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.68% from 641); Green value is 224 (87.89% from 255 or 34.95% from 641); Blue value is 246 (96.48% from 255 or 38.38% from 641); Max value from RGB is 246 - color contains mainly: blue. Hex color #ABE0F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE0F6 is #541F09. Grayscale: #D2D2D2. Windows color (decimal): -5512970 or 16179371. OLE color: 16179371.

HSL color Cylindrical-coordinate representation of color #ABE0F6: hue angle of 197.6º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABE0F6 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 171 224 246 -
CMYK 0.30 0.09 0 0.04
HSL 197.6º 0.81% 0.82% -
HSV(B) 197.6º 0.3% 0.96% -
XYZ 60.08 68.62 97.27 -
YUV 210.66 147.94 99.71 -
System Red Green Blue C M Y K H S L
Decimal 171 224 246 0.30 0.09 0 0.04 197.6 0.81 0.82
Hex AB E0 F6 1E 9 0 4 C6 51 52
Octal 253 340 366 36 11 0 4 306 121 122
Binary 10101011 11100000 11110110 11110 1001 0 100 11000110 1010001 1010010

Color Harmonies of #ABE0F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE0F6

Black with #ABE0F6

Text Example


Text Example

White with #ABE0F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE0F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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