Html Css Color HEX #ABE7F2 Blizzard Blue

📋 copy color: '#ABE7F2'

red 171 ◦ green 231 ◦ blue 242

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

Shades of Blizzard Blue #ABE7F2

Tints of Blizzard Blue #ABE7F2

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.87%

 BLUE value IS 242 (94.92% from 255) = 37.58%

R = 26.55%
G = 35.87%
B = 37.58%

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

#ABE7F2 (or 0xABE7F2) is known color: Blizzard Blue. HEX triplet: AB, E7 and F2. RGB value is (171,231,242). Sum of RGB (Red+Green+Blue) = 171+231+242=644 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.55% from 644); Green value is 231 (90.62% from 255 or 35.87% from 644); Blue value is 242 (94.92% from 255 or 37.58% from 644); Max value from RGB is 242 - color contains mainly: blue. Hex color #ABE7F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABE7F2 is #54180D. Grayscale: #D6D6D6. Windows color (decimal): -5511182 or 15919019. OLE color: 15919019.

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

Color convert

RGB 171 231 242 -
CMYK 0.29 0.05 0 0.05
HSL 189.3º 0.73% 0.81% -
HSV(B) 189.3º 0.29% 0.95% -
XYZ 61.4 72.22 94.71 -
YUV 214.31 143.62 97.11 -
System Red Green Blue C M Y K H S L
Decimal 171 231 242 0.29 0.05 0 0.05 189.3 0.73 0.81
Hex AB E7 F2 1D 5 0 5 BD 49 51
Octal 253 347 362 35 5 0 5 275 111 121
Binary 10101011 11100111 11110010 11101 101 0 101 10111101 1001001 1010001

Color Harmonies of #ABE7F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE7F2

Black with #ABE7F2

Text Example


Text Example

White with #ABE7F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE7F2; }

 p { color: rgb(171,231,242); }

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

background-color css

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

 a { background-color: rgb(171,231,242); }

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

border-color css

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

 span { border-color: rgb(171,231,242); }

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