#ABE0F9

Color #ABE0F9 Columbia Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Columbia Blue #ABE0F9

Tints of Columbia Blue #ABE0F9

Color information

#ABE0F9 (or 0xABE0F9) is unknown color: approx Columbia Blue. HEX triplet: AB, E0 and F9. RGB value is (171,224,249). Sum of RGB (Red+Green+Blue) = 171+224+249=644 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.55% from 644); Green value is 224 (87.89% from 255 or 34.78% from 644); Blue value is 249 (97.66% from 255 or 38.66% from 644); Max value from RGB is 249 - color contains mainly: blue. Hex color #ABE0F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE0F9 is #541F06. Grayscale: #D2D2D2. Windows color (decimal): -5512967 or 16375979. OLE color: 16375979.

HSL color Cylindrical-coordinate representation of color #ABE0F9: hue angle of 199.23º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABE0F9 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171224249-
CMYK0.310.1000.02
HSL199.23º86.67%82.35%-
HSV(B)199.23º31.33%97.65%-
XYZ60.5568.8199.71-
YUV211149.4499.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.55%
GREEN value IS 224 (87.89% from 255) = 34.78%
BLUE value IS 249 (97.66% from 255) = 38.66%
R=26.55%
G=34.78%
B=38.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712242490.310.1000.02199.2386.6782.35
HexABE0F91FA02c75752
Octal253340371371202307127122
Binary1010101111100000111110011111110100101100011110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE0F9; }

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

 H1.HeaderClassName
 {
   color: #ABE0F9;
 }
 .AnyTagClassName
 {
   color: #ABE0F9;
 }
</style>
background-color css

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

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

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

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

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

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