#ABE0F7

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

Shades of Columbia Blue #ABE0F7

Tints of Columbia Blue #ABE0F7

Color information

#ABE0F7 (or 0xABE0F7) is unknown color: approx Columbia Blue. HEX triplet: AB, E0 and F7. RGB value is (171,224,247). Sum of RGB (Red+Green+Blue) = 171+224+247=642 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.64% from 642); Green value is 224 (87.89% from 255 or 34.89% from 642); Blue value is 247 (96.88% from 255 or 38.47% from 642); Max value from RGB is 247 - color contains mainly: blue. Hex color #ABE0F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE0F7 is #541F08. Grayscale: #D2D2D2. Windows color (decimal): -5512969 or 16244907. OLE color: 16244907.

HSL color Cylindrical-coordinate representation of color #ABE0F7: hue angle of 198.16º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABE0F7 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB171224247-
CMYK0.310.0900.03
HSL198.16º82.61%81.96%-
HSV(B)198.16º30.77%96.86%-
XYZ60.2468.6898.08-
YUV210.77148.4499.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.64%
GREEN value IS 224 (87.89% from 255) = 34.89%
BLUE value IS 247 (96.88% from 255) = 38.47%
R=26.64%
G=34.89%
B=38.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1712242470.310.0900.03198.1682.6181.96
HexABE0F71F903c65352
Octal253340367371103306123122
Binary1010101111100000111101111111110010111100011010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE0F7; }

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

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

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

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

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

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

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

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