#ABE1FB

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

Shades of Columbia Blue #ABE1FB

Tints of Columbia Blue #ABE1FB

Color information

#ABE1FB (or 0xABE1FB) is unknown color: approx Columbia Blue. HEX triplet: AB, E1 and FB. RGB value is (171,225,251). Sum of RGB (Red+Green+Blue) = 171+225+251=647 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.43% from 647); Green value is 225 (88.28% from 255 or 34.78% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABE1FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE1FB is #541E04. Grayscale: #D3D3D3. Windows color (decimal): -5512709 or 16507307. OLE color: 16507307.

HSL color Cylindrical-coordinate representation of color #ABE1FB: hue angle of 199.5º degrees, saturation: 0.91, 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 #ABE1FB is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171225251-
CMYK0.320.1000.02
HSL199.5º90.91%82.75%-
HSV(B)199.5º31.87%98.43%-
XYZ61.1369.47101.45-
YUV211.82150.1198.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.43%
GREEN value IS 225 (88.28% from 255) = 34.78%
BLUE value IS 251 (98.44% from 255) = 38.79%
R=26.43%
G=34.78%
B=38.79%

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
Decimal1712252510.320.1000.02199.590.9182.75
HexABE1FB20A02c85b53
Octal253341373401202310133123
Binary10101011111000011111101110000010100101100100010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE1FB; }

 p { color: rgb(171,225,251); }

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

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

 a { background-color: rgb(171,225,251); }

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

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

 span { border-color: rgb(171,225,251); }

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