#ACDDFD

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

Shades of Columbia Blue #ACDDFD

Tints of Columbia Blue #ACDDFD

Color information

#ACDDFD (or 0xACDDFD) is unknown color: approx Columbia Blue. HEX triplet: AC, DD and FD. RGB value is (172,221,253). Sum of RGB (Red+Green+Blue) = 172+221+253=646 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.63% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 253 (99.22% from 255 or 39.16% from 646); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACDDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDDFD is #532202. Grayscale: #D1D1D1. Windows color (decimal): -5448195 or 16637356. OLE color: 16637356.

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

Color convert

RGB172221253-
CMYK0.320.1300.01
HSL203.7º95.29%83.33%-
HSV(B)203.7º32.02%99.22%-
XYZ60.667.58102.78-
YUV210152.27100.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.63%
GREEN value IS 221 (86.72% from 255) = 34.21%
BLUE value IS 253 (99.22% from 255) = 39.16%
R=26.63%
G=34.21%
B=39.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722212530.320.1300.01203.795.2983.33
HexACDDFD20D01cc5f53
Octal254335375401501314137123
Binary1010110011011101111111011000001101011100110010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDFD; }

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

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

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

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

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

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

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

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