#ACDDF9

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

Shades of Columbia Blue #ACDDF9

Tints of Columbia Blue #ACDDF9

Color information

#ACDDF9 (or 0xACDDF9) is unknown color: approx Columbia Blue. HEX triplet: AC, DD and F9. RGB value is (172,221,249). Sum of RGB (Red+Green+Blue) = 172+221+249=642 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.79% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 249 (97.66% from 255 or 38.79% from 642); Max value from RGB is 249 - color contains mainly: blue. Hex color #ACDDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDDF9 is #532206. Grayscale: #D1D1D1. Windows color (decimal): -5448199 or 16375212. OLE color: 16375212.

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

Color convert

RGB172221249-
CMYK0.310.1100.02
HSL201.82º86.52%82.55%-
HSV(B)201.82º30.92%97.65%-
XYZ59.9767.3299.46-
YUV209.54150.27101.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.79%
GREEN value IS 221 (86.72% from 255) = 34.42%
BLUE value IS 249 (97.66% from 255) = 38.79%
R=26.79%
G=34.42%
B=38.79%

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
Decimal1722212490.310.1100.02201.8286.5282.55
HexACDDF91FB02ca5753
Octal254335371371302312127123
Binary1010110011011101111110011111110110101100101010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDF9; }

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

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

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

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

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

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

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

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