Html Css Color HEX #ABEEFC Blizzard Blue

📋 copy color: '#ABEEFC'

red 171 ◦ green 238 ◦ blue 252

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

Shades of Blizzard Blue #ABEEFC

Tints of Blizzard Blue #ABEEFC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.01%

 BLUE value IS 252 (98.83% from 255) = 38.12%

R = 25.87%
G = 36.01%
B = 38.12%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ABEEFC (or 0xABEEFC) is known color: Blizzard Blue. HEX triplet: AB, EE and FC. RGB value is (171,238,252). Sum of RGB (Red+Green+Blue) = 171+238+252=661 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.87% from 661); Green value is 238 (93.36% from 255 or 36.01% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABEEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEEFC is #541103. Grayscale: #DBDBDB. Windows color (decimal): -5509380 or 16576171. OLE color: 16576171.

HSL color Cylindrical-coordinate representation of color #ABEEFC: hue angle of 190.37º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABEEFC is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 238 252 -
CMYK 0.32 0.06 0 0.01
HSL 190.37º 0.93% 0.83% -
HSV(B) 190.37º 0.32% 0.99% -
XYZ 64.94 76.84 103.5 -
YUV 219.56 146.3 93.36 -
System Red Green Blue C M Y K H S L
Decimal 171 238 252 0.32 0.06 0 0.01 190.37 0.93 0.83
Hex AB EE FC 20 6 0 1 BE 5D 53
Octal 253 356 374 40 6 0 1 276 135 123
Binary 10101011 11101110 11111100 100000 110 0 1 10111110 1011101 1010011

Color Harmonies of #ABEEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEEFC

Black with #ABEEFC

Text Example


Text Example

White with #ABEEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEEFC; }

 p { color: rgb(171,238,252); }

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

background-color css

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

 a { background-color: rgb(171,238,252); }

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

border-color css

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

 span { border-color: rgb(171,238,252); }

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