#ABE3FD

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

Shades of Columbia Blue #ABE3FD

Tints of Columbia Blue #ABE3FD

Color information

#ABE3FD (or 0xABE3FD) is unknown color: approx Columbia Blue. HEX triplet: AB, E3 and FD. RGB value is (171,227,253). Sum of RGB (Red+Green+Blue) = 171+227+253=651 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.27% from 651); Green value is 227 (89.06% from 255 or 34.87% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABE3FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE3FD is #541C02. Grayscale: #D5D5D5. Windows color (decimal): -5512195 or 16638891. OLE color: 16638891.

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

Color convert

RGB171227253-
CMYK0.320.1000.01
HSL199.02º95.35%83.14%-
HSV(B)199.02º32.41%99.22%-
XYZ61.9970.69103.31-
YUV213.22150.4597.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.27%
GREEN value IS 227 (89.06% from 255) = 34.87%
BLUE value IS 253 (99.22% from 255) = 38.86%
R=26.27%
G=34.87%
B=38.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1712272530.320.1000.01199.0295.3583.14
HexABE3FD20A01c75f53
Octal253343375401201307137123
Binary1010101111100011111111011000001010011100011110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE3FD; }

 p { color: rgb(171,227,253); }

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

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

 a { background-color: rgb(171,227,253); }

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

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

 span { border-color: rgb(171,227,253); }

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