Html Css Color HEX #ABECFC Blizzard Blue

📋 copy color: '#ABECFC'

red 171 ◦ green 236 ◦ blue 252

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

Shades of Blizzard Blue #ABECFC

Tints of Blizzard Blue #ABECFC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.81%

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

R = 25.95%
G = 35.81%
B = 38.24%

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

#ABECFC (or 0xABECFC) is known color: Blizzard Blue. HEX triplet: AB, EC and FC. RGB value is (171,236,252). Sum of RGB (Red+Green+Blue) = 171+236+252=659 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.95% from 659); Green value is 236 (92.58% from 255 or 35.81% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABECFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABECFC is #541303. Grayscale: #DADADA. Windows color (decimal): -5509892 or 16575659. OLE color: 16575659.

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

Color convert

RGB 171 236 252 -
CMYK 0.32 0.06 0 0.01
HSL 191.85º 0.93% 0.83% -
HSV(B) 191.85º 0.32% 0.99% -
XYZ 64.36 75.68 103.31 -
YUV 218.39 146.97 94.2 -
System Red Green Blue C M Y K H S L
Decimal 171 236 252 0.32 0.06 0 0.01 191.85 0.93 0.83
Hex AB EC FC 20 6 0 1 C0 5D 53
Octal 253 354 374 40 6 0 1 300 135 123
Binary 10101011 11101100 11111100 100000 110 0 1 11000000 1011101 1010011

Color Harmonies of #ABECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABECFC

Black with #ABECFC

Text Example


Text Example

White with #ABECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABECFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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