#ACDCFA

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

Shades of Columbia Blue #ACDCFA

Tints of Columbia Blue #ACDCFA

Color information

#ACDCFA (or 0xACDCFA) is unknown color: approx Columbia Blue. HEX triplet: AC, DC and FA. RGB value is (172,220,250). Sum of RGB (Red+Green+Blue) = 172+220+250=642 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.79% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACDCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDCFA is #532305. Grayscale: #D0D0D0. Windows color (decimal): -5448454 or 16440492. OLE color: 16440492.

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

Color convert

RGB172220250-
CMYK0.310.1200.02
HSL203.08º88.64%82.75%-
HSV(B)203.08º31.2%98.04%-
XYZ59.8666.86100.19-
YUV209.07151.1101.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.79%
GREEN value IS 220 (86.33% from 255) = 34.27%
BLUE value IS 250 (98.05% from 255) = 38.94%
R=26.79%
G=34.27%
B=38.94%

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
Decimal1722202500.310.1200.02203.0888.6482.75
HexACDCFA1FC02cb5953
Octal254334372371402313131123
Binary1010110011011100111110101111111000101100101110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDCFA; }

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

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

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

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

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

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

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

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