Html Css Color HEX #ABEDFD Blizzard Blue

📋 copy color: '#ABEDFD'

red 171 ◦ green 237 ◦ blue 253

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

Shades of Blizzard Blue #ABEDFD

Tints of Blizzard Blue #ABEDFD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.85%

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

R = 25.87%
G = 35.85%
B = 38.28%

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

#ABEDFD (or 0xABEDFD) is known color: Blizzard Blue. HEX triplet: AB, ED and FD. RGB value is (171,237,253). Sum of RGB (Red+Green+Blue) = 171+237+253=661 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.87% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABEDFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEDFD is #541202. Grayscale: #DADADA. Windows color (decimal): -5509635 or 16641451. OLE color: 16641451.

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

Color convert

RGB 171 237 253 -
CMYK 0.32 0.06 0 0.01
HSL 191.71º 0.95% 0.83% -
HSV(B) 191.71º 0.32% 0.99% -
XYZ 64.81 76.32 104.24 -
YUV 219.09 147.13 93.7 -
System Red Green Blue C M Y K H S L
Decimal 171 237 253 0.32 0.06 0 0.01 191.71 0.95 0.83
Hex AB ED FD 20 6 0 1 C0 5F 53
Octal 253 355 375 40 6 0 1 300 137 123
Binary 10101011 11101101 11111101 100000 110 0 1 11000000 1011111 1010011

Color Harmonies of #ABEDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEDFD

Black with #ABEDFD

Text Example


Text Example

White with #ABEDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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