#ACDBF9

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

Shades of Columbia Blue #ACDBF9

Tints of Columbia Blue #ACDBF9

Color information

#ACDBF9 (or 0xACDBF9) is unknown color: approx Columbia Blue. HEX triplet: AC, DB and F9. RGB value is (172,219,249). Sum of RGB (Red+Green+Blue) = 172+219+249=640 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.88% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 249 (97.66% from 255 or 38.91% from 640); Max value from RGB is 249 - color contains mainly: blue. Hex color #ACDBF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDBF9 is #532406. Grayscale: #D0D0D0. Windows color (decimal): -5448711 or 16374700. OLE color: 16374700.

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

Color convert

RGB172219249-
CMYK0.310.1200.02
HSL203.38º86.52%82.55%-
HSV(B)203.38º30.92%97.65%-
XYZ59.4466.2799.28-
YUV208.37150.93102.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.88%
GREEN value IS 219 (85.94% from 255) = 34.22%
BLUE value IS 249 (97.66% from 255) = 38.91%
R=26.88%
G=34.22%
B=38.91%

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
Decimal1722192490.310.1200.02203.3886.5282.55
HexACDBF91FC02cb5753
Octal254333371371402313127123
Binary1010110011011011111110011111111000101100101110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDBF9; }

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

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

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

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

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

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

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

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