#ABE2FA

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

Shades of Columbia Blue #ABE2FA

Tints of Columbia Blue #ABE2FA

Color information

#ABE2FA (or 0xABE2FA) is unknown color: approx Columbia Blue. HEX triplet: AB, E2 and FA. RGB value is (171,226,250). Sum of RGB (Red+Green+Blue) = 171+226+250=647 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.43% from 647); Green value is 226 (88.67% from 255 or 34.93% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABE2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE2FA is #541D05. Grayscale: #D4D4D4. Windows color (decimal): -5512454 or 16442027. OLE color: 16442027.

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

Color convert

RGB171226250-
CMYK0.320.1000.02
HSL198.23º88.76%82.55%-
HSV(B)198.23º31.6%98.04%-
XYZ61.2569.95100.72-
YUV212.29149.2898.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.43%
GREEN value IS 226 (88.67% from 255) = 34.93%
BLUE value IS 250 (98.05% from 255) = 38.64%
R=26.43%
G=34.93%
B=38.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712262500.320.1000.02198.2388.7682.55
HexABE2FA20A02c65953
Octal253342372401202306131123
Binary10101011111000101111101010000010100101100011010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE2FA; }

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

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

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

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

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

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

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

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