#ABE0FD

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

Shades of Columbia Blue #ABE0FD

Tints of Columbia Blue #ABE0FD

Color information

#ABE0FD (or 0xABE0FD) is unknown color: approx Columbia Blue. HEX triplet: AB, E0 and FD. RGB value is (171,224,253). Sum of RGB (Red+Green+Blue) = 171+224+253=648 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.39% from 648); Green value is 224 (87.89% from 255 or 34.57% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABE0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE0FD is #541F02. Grayscale: #D3D3D3. Windows color (decimal): -5512963 or 16638123. OLE color: 16638123.

HSL color Cylindrical-coordinate representation of color #ABE0FD: hue angle of 201.22º 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 #ABE0FD is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB171224253-
CMYK0.320.1100.01
HSL201.22º95.35%83.14%-
HSV(B)201.22º32.41%99.22%-
XYZ61.1869.06103.03-
YUV211.46151.4499.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.39%
GREEN value IS 224 (87.89% from 255) = 34.57%
BLUE value IS 253 (99.22% from 255) = 39.04%
R=26.39%
G=34.57%
B=39.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1712242530.320.1100.01201.2295.3583.14
HexABE0FD20B01c95f53
Octal253340375401301311137123
Binary1010101111100000111111011000001011011100100110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE0FD; }

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

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

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

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

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

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

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

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