Html Css Color HEX #ABE0F3 Blizzard Blue

📋 copy color: '#ABE0F3'

red 171 ◦ green 224 ◦ blue 243

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

Shades of Blizzard Blue #ABE0F3

Tints of Blizzard Blue #ABE0F3

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.11%

 BLUE value IS 243 (95.31% from 255) = 38.09%

R = 26.8%
G = 35.11%
B = 38.09%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ABE0F3 (or 0xABE0F3) is known color: Blizzard Blue. HEX triplet: AB, E0 and F3. RGB value is (171,224,243). Sum of RGB (Red+Green+Blue) = 171+224+243=638 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.80% from 638); Green value is 224 (87.89% from 255 or 35.11% from 638); Blue value is 243 (95.31% from 255 or 38.09% from 638); Max value from RGB is 243 - color contains mainly: blue. Hex color #ABE0F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE0F3 is #541F0C. Grayscale: #D2D2D2. Windows color (decimal): -5512973 or 15982763. OLE color: 15982763.

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

Color convert

RGB 171 224 243 -
CMYK 0.30 0.08 0 0.05
HSL 195.83º 0.75% 0.81% -
HSV(B) 195.83º 0.3% 0.95% -
XYZ 59.63 68.44 94.86 -
YUV 210.32 146.44 99.96 -
System Red Green Blue C M Y K H S L
Decimal 171 224 243 0.30 0.08 0 0.05 195.83 0.75 0.81
Hex AB E0 F3 1E 8 0 5 C4 4B 51
Octal 253 340 363 36 10 0 5 304 113 121
Binary 10101011 11100000 11110011 11110 1000 0 101 11000100 1001011 1010001

Color Harmonies of #ABE0F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE0F3

Black with #ABE0F3

Text Example


Text Example

White with #ABE0F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE0F3; }

 p { color: rgb(171,224,243); }

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

background-color css

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

 a { background-color: rgb(171,224,243); }

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

border-color css

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

 span { border-color: rgb(171,224,243); }

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