#ABDDF9

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

Shades of Columbia Blue #ABDDF9

Tints of Columbia Blue #ABDDF9

Color information

#ABDDF9 (or 0xABDDF9) is unknown color: approx Columbia Blue. HEX triplet: AB, DD and F9. RGB value is (171,221,249). Sum of RGB (Red+Green+Blue) = 171+221+249=641 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.68% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 249 (97.66% from 255 or 38.85% from 641); Max value from RGB is 249 - color contains mainly: blue. Hex color #ABDDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDDF9 is #542206. Grayscale: #D1D1D1. Windows color (decimal): -5513735 or 16375211. OLE color: 16375211.

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

Color convert

RGB171221249-
CMYK0.310.1100.02
HSL201.54º86.67%82.35%-
HSV(B)201.54º31.33%97.65%-
XYZ59.7567.2199.45-
YUV209.24150.44100.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.68%
GREEN value IS 221 (86.72% from 255) = 34.48%
BLUE value IS 249 (97.66% from 255) = 38.85%
R=26.68%
G=34.48%
B=38.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712212490.310.1100.02201.5486.6782.35
HexABDDF91FB02ca5752
Octal253335371371302312127122
Binary1010101111011101111110011111110110101100101010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDDF9; }

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

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

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

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

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

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

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

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