Html Css Color HEX #ABE1F1 Blizzard Blue

📋 copy color: '#ABE1F1'

red 171 ◦ green 225 ◦ blue 241

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

Shades of Blizzard Blue #ABE1F1

Tints of Blizzard Blue #ABE1F1

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.32%

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

R = 26.84%
G = 35.32%
B = 37.83%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ABE1F1 (or 0xABE1F1) is known color: Blizzard Blue. HEX triplet: AB, E1 and F1. RGB value is (171,225,241). Sum of RGB (Red+Green+Blue) = 171+225+241=637 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.84% from 637); Green value is 225 (88.28% from 255 or 35.32% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 241 - color contains mainly: blue. Hex color #ABE1F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE1F1 is #541E0E. Grayscale: #D2D2D2. Windows color (decimal): -5512719 or 15851947. OLE color: 15851947.

HSL color Cylindrical-coordinate representation of color #ABE1F1: hue angle of 193.71º 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 #ABE1F1 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 225 241 -
CMYK 0.29 0.07 0 0.05
HSL 193.71º 0.71% 0.81% -
HSV(B) 193.71º 0.29% 0.95% -
XYZ 59.6 68.86 93.37 -
YUV 210.68 145.11 99.7 -
System Red Green Blue C M Y K H S L
Decimal 171 225 241 0.29 0.07 0 0.05 193.71 0.71 0.81
Hex AB E1 F1 1D 7 0 5 C2 47 51
Octal 253 341 361 35 7 0 5 302 107 121
Binary 10101011 11100001 11110001 11101 111 0 101 11000010 1000111 1010001

Color Harmonies of #ABE1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE1F1

Black with #ABE1F1

Text Example


Text Example

White with #ABE1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE1F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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