#ACDCF8

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

Shades of Columbia Blue #ACDCF8

Tints of Columbia Blue #ACDCF8

Color information

#ACDCF8 (or 0xACDCF8) is unknown color: approx Columbia Blue. HEX triplet: AC, DC and F8. RGB value is (172,220,248). Sum of RGB (Red+Green+Blue) = 172+220+248=640 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.88% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 248 (97.27% from 255 or 38.75% from 640); Max value from RGB is 248 - color contains mainly: blue. Hex color #ACDCF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDCF8 is #532307. Grayscale: #D0D0D0. Windows color (decimal): -5448456 or 16309420. OLE color: 16309420.

HSL color Cylindrical-coordinate representation of color #ACDCF8: hue angle of 202.11º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACDCF8 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB172220248-
CMYK0.310.1100.03
HSL202.11º84.44%82.35%-
HSV(B)202.11º30.65%97.25%-
XYZ59.5566.7398.55-
YUV208.84150.1101.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.88%
GREEN value IS 220 (86.33% from 255) = 34.38%
BLUE value IS 248 (97.27% from 255) = 38.75%
R=26.88%
G=34.38%
B=38.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722202480.310.1100.03202.1184.4482.35
HexACDCF81FB03ca5452
Octal254334370371303312124122
Binary1010110011011100111110001111110110111100101010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDCF8; }

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

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

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

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

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

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

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

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