Html Css Color HEX #ABEDFF Blizzard Blue

📋 copy color: '#ABEDFF'

red 171 ◦ green 237 ◦ blue 255

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

Shades of Blizzard Blue #ABEDFF

Tints of Blizzard Blue #ABEDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.46%

R = 25.79%
G = 35.75%
B = 38.46%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ABEDFF (or 0xABEDFF) is known color: Blizzard Blue. HEX triplet: AB, ED and FF. RGB value is (171,237,255). Sum of RGB (Red+Green+Blue) = 171+237+255=663 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.79% from 663); Green value is 237 (92.97% from 255 or 35.75% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABEDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEDFF is #541200. Grayscale: #DBDBDB. Windows color (decimal): -5509633 or 16772523. OLE color: 16772523.

HSL color Cylindrical-coordinate representation of color #ABEDFF: hue angle of 192.86º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABEDFF is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 171 237 255 -
CMYK 0.33 0.07 0 0
HSL 192.86º 1% 0.84% -
HSV(B) 192.86º 0.33% 1% -
XYZ 65.13 76.45 105.93 -
YUV 219.32 148.13 93.54 -
System Red Green Blue C M Y K H S L
Decimal 171 237 255 0.33 0.07 0 0 192.86 1 0.84
Hex AB ED FF 21 7 0 0 C1 64 54
Octal 253 355 377 41 7 0 0 301 144 124
Binary 10101011 11101101 11111111 100001 111 0 0 11000001 1100100 1010100

Color Harmonies of #ABEDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEDFF

Black with #ABEDFF

Text Example


Text Example

White with #ABEDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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