Html Css Color HEX #ABEEFD Blizzard Blue

📋 copy color: '#ABEEFD'

red 171 ◦ green 238 ◦ blue 253

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

Shades of Blizzard Blue #ABEEFD

Tints of Blizzard Blue #ABEEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.22%

R = 25.83%
G = 35.95%
B = 38.22%

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

#ABEEFD (or 0xABEEFD) is known color: Blizzard Blue. HEX triplet: AB, EE and FD. RGB value is (171,238,253). Sum of RGB (Red+Green+Blue) = 171+238+253=662 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.83% from 662); Green value is 238 (93.36% from 255 or 35.95% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABEEFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEEFD is #541102. Grayscale: #DBDBDB. Windows color (decimal): -5509379 or 16641707. OLE color: 16641707.

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

Color convert

RGB 171 238 253 -
CMYK 0.32 0.06 0 0.01
HSL 190.98º 0.95% 0.83% -
HSV(B) 190.98º 0.32% 0.99% -
XYZ 65.1 76.9 104.34 -
YUV 219.68 146.8 93.28 -
System Red Green Blue C M Y K H S L
Decimal 171 238 253 0.32 0.06 0 0.01 190.98 0.95 0.83
Hex AB EE FD 20 6 0 1 BF 5F 53
Octal 253 356 375 40 6 0 1 277 137 123
Binary 10101011 11101110 11111101 100000 110 0 1 10111111 1011111 1010011

Color Harmonies of #ABEEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEEFD

Black with #ABEEFD

Text Example


Text Example

White with #ABEEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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