#ACDCF9

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

Shades of Columbia Blue #ACDCF9

Tints of Columbia Blue #ACDCF9

Color information

#ACDCF9 (or 0xACDCF9) is unknown color: approx Columbia Blue. HEX triplet: AC, DC and F9. RGB value is (172,220,249). Sum of RGB (Red+Green+Blue) = 172+220+249=641 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.83% from 641); Green value is 220 (86.33% from 255 or 34.32% 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 #ACDCF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDCF9 is #532306. Grayscale: #D0D0D0. Windows color (decimal): -5448455 or 16374956. OLE color: 16374956.

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

Color convert

RGB172220249-
CMYK0.310.1200.02
HSL202.6º86.52%82.55%-
HSV(B)202.6º30.92%97.65%-
XYZ59.7166.899.37-
YUV208.95150.6101.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.83%
GREEN value IS 220 (86.33% from 255) = 34.32%
BLUE value IS 249 (97.66% from 255) = 38.85%
R=26.83%
G=34.32%
B=38.85%

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
Decimal1722202490.310.1200.02202.686.5282.55
HexACDCF91FC02cb5753
Octal254334371371402313127123
Binary1010110011011100111110011111111000101100101110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDCF9; }

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

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

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

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

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

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

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

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