#ABE7FD

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

Shades of Columbia Blue #ABE7FD

Tints of Columbia Blue #ABE7FD

Color information

#ABE7FD (or 0xABE7FD) is unknown color: approx Columbia Blue. HEX triplet: AB, E7 and FD. RGB value is (171,231,253). Sum of RGB (Red+Green+Blue) = 171+231+253=655 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.11% from 655); Green value is 231 (90.62% from 255 or 35.27% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABE7FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABE7FD is #541802. Grayscale: #D7D7D7. Windows color (decimal): -5511171 or 16639915. OLE color: 16639915.

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

Color convert

RGB171231253-
CMYK0.320.0900.01
HSL196.1º95.35%83.14%-
HSV(B)196.1º32.41%99.22%-
XYZ63.172.9103.67-
YUV215.57149.1296.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.11%
GREEN value IS 231 (90.62% from 255) = 35.27%
BLUE value IS 253 (99.22% from 255) = 38.63%
R=26.11%
G=35.27%
B=38.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1712312530.320.0900.01196.195.3583.14
HexABE7FD20901c45f53
Octal253347375401101304137123
Binary1010101111100111111111011000001001011100010010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE7FD; }

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

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

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

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

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

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

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

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