Html Css Color HEX #ABE4F1 Blizzard Blue

📋 copy color: '#ABE4F1'

red 171 ◦ green 228 ◦ blue 241

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

Shades of Blizzard Blue #ABE4F1

Tints of Blizzard Blue #ABE4F1

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.63%

 BLUE value IS 241 (94.53% from 255) = 37.66%

R = 26.72%
G = 35.63%
B = 37.66%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ABE4F1 (or 0xABE4F1) is known color: Blizzard Blue. HEX triplet: AB, E4 and F1. RGB value is (171,228,241). Sum of RGB (Red+Green+Blue) = 171+228+241=640 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.72% from 640); Green value is 228 (89.45% from 255 or 35.62% from 640); Blue value is 241 (94.53% from 255 or 37.66% from 640); Max value from RGB is 241 - color contains mainly: blue. Hex color #ABE4F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE4F1 is #541B0E. Grayscale: #D4D4D4. Windows color (decimal): -5511951 or 15852715. OLE color: 15852715.

HSL color Cylindrical-coordinate representation of color #ABE4F1: hue angle of 191.14º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABE4F1 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 228 241 -
CMYK 0.29 0.05 0 0.05
HSL 191.14º 0.71% 0.81% -
HSV(B) 191.14º 0.29% 0.95% -
XYZ 60.42 70.5 93.64 -
YUV 212.44 144.12 98.44 -
System Red Green Blue C M Y K H S L
Decimal 171 228 241 0.29 0.05 0 0.05 191.14 0.71 0.81
Hex AB E4 F1 1D 5 0 5 BF 47 51
Octal 253 344 361 35 5 0 5 277 107 121
Binary 10101011 11100100 11110001 11101 101 0 101 10111111 1000111 1010001

Color Harmonies of #ABE4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE4F1

Black with #ABE4F1

Text Example


Text Example

White with #ABE4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE4F1; }

 p { color: rgb(171,228,241); }

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

background-color css

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

 a { background-color: rgb(171,228,241); }

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

border-color css

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

 span { border-color: rgb(171,228,241); }

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