#ABE2F9

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

Shades of Columbia Blue #ABE2F9

Tints of Columbia Blue #ABE2F9

Color information

#ABE2F9 (or 0xABE2F9) is unknown color: approx Columbia Blue. HEX triplet: AB, E2 and F9. RGB value is (171,226,249). Sum of RGB (Red+Green+Blue) = 171+226+249=646 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.47% from 646); Green value is 226 (88.67% from 255 or 34.98% from 646); Blue value is 249 (97.66% from 255 or 38.54% from 646); Max value from RGB is 249 - color contains mainly: blue. Hex color #ABE2F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE2F9 is #541D06. Grayscale: #D4D4D4. Windows color (decimal): -5512455 or 16376491. OLE color: 16376491.

HSL color Cylindrical-coordinate representation of color #ABE2F9: hue angle of 197.69º 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 #ABE2F9 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171226249-
CMYK0.310.0900.02
HSL197.69º86.67%82.35%-
HSV(B)197.69º31.33%97.65%-
XYZ61.0969.8999.89-
YUV212.18148.7898.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.47%
GREEN value IS 226 (88.67% from 255) = 34.98%
BLUE value IS 249 (97.66% from 255) = 38.54%
R=26.47%
G=34.98%
B=38.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712262490.310.0900.02197.6986.6782.35
HexABE2F91F902c65752
Octal253342371371102306127122
Binary1010101111100010111110011111110010101100011010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE2F9; }

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

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

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

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

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

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

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

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