#ABDBF9

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

Shades of Columbia Blue #ABDBF9

Tints of Columbia Blue #ABDBF9

Color information

#ABDBF9 (or 0xABDBF9) is unknown color: approx Columbia Blue. HEX triplet: AB, DB and F9. RGB value is (171,219,249). Sum of RGB (Red+Green+Blue) = 171+219+249=639 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.76% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 249 (97.66% from 255 or 38.97% from 639); Max value from RGB is 249 - color contains mainly: blue. Hex color #ABDBF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDBF9 is #542406. Grayscale: #CFCFCF. Windows color (decimal): -5514247 or 16374699. OLE color: 16374699.

HSL color Cylindrical-coordinate representation of color #ABDBF9: hue angle of 203.08º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABDBF9 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171219249-
CMYK0.310.1200.02
HSL203.08º86.67%82.35%-
HSV(B)203.08º31.33%97.65%-
XYZ59.2266.1699.27-
YUV208.07151.1101.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.76%
GREEN value IS 219 (85.94% from 255) = 34.27%
BLUE value IS 249 (97.66% from 255) = 38.97%
R=26.76%
G=34.27%
B=38.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712192490.310.1200.02203.0886.6782.35
HexABDBF91FC02cb5752
Octal253333371371402313127122
Binary1010101111011011111110011111111000101100101110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDBF9; }

 p { color: rgb(171,219,249); }

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

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

 a { background-color: rgb(171,219,249); }

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

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

 span { border-color: rgb(171,219,249); }

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