#ACDFF9

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

Shades of Columbia Blue #ACDFF9

Tints of Columbia Blue #ACDFF9

Color information

#ACDFF9 (or 0xACDFF9) is unknown color: approx Columbia Blue. HEX triplet: AC, DF and F9. RGB value is (172,223,249). Sum of RGB (Red+Green+Blue) = 172+223+249=644 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.71% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 249 (97.66% from 255 or 38.66% from 644); Max value from RGB is 249 - color contains mainly: blue. Hex color #ACDFF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDFF9 is #532006. Grayscale: #D2D2D2. Windows color (decimal): -5447687 or 16375724. OLE color: 16375724.

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

Color convert

RGB172223249-
CMYK0.310.1000.02
HSL200.26º86.52%82.55%-
HSV(B)200.26º30.92%97.65%-
XYZ60.568.3999.63-
YUV210.71149.6100.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.71%
GREEN value IS 223 (87.5% from 255) = 34.63%
BLUE value IS 249 (97.66% from 255) = 38.66%
R=26.71%
G=34.63%
B=38.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722232490.310.1000.02200.2686.5282.55
HexACDFF91FA02c85753
Octal254337371371202310127123
Binary1010110011011111111110011111110100101100100010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDFF9; }

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

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

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

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

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

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

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

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