#ABE8FD

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

Shades of Columbia Blue #ABE8FD

Tints of Columbia Blue #ABE8FD

Color information

#ABE8FD (or 0xABE8FD) is unknown color: approx Columbia Blue. HEX triplet: AB, E8 and FD. RGB value is (171,232,253). Sum of RGB (Red+Green+Blue) = 171+232+253=656 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.07% from 656); Green value is 232 (91.02% from 255 or 35.37% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABE8FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABE8FD is #541702. Grayscale: #D8D8D8. Windows color (decimal): -5510915 or 16640171. OLE color: 16640171.

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

Color convert

RGB171232253-
CMYK0.320.0800.01
HSL195.37º95.35%83.14%-
HSV(B)195.37º32.41%99.22%-
XYZ63.3873.46103.77-
YUV216.16148.7995.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.07%
GREEN value IS 232 (91.02% from 255) = 35.37%
BLUE value IS 253 (99.22% from 255) = 38.57%
R=26.07%
G=35.37%
B=38.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1712322530.320.0800.01195.3795.3583.14
HexABE8FD20801c35f53
Octal253350375401001303137123
Binary1010101111101000111111011000001000011100001110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE8FD; }

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

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

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

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

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

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

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

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