#ACDDFF

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

Shades of Columbia Blue #ACDDFF

Tints of Columbia Blue #ACDDFF

Color information

#ACDDFF (or 0xACDDFF) is unknown color: approx Columbia Blue. HEX triplet: AC, DD and FF. RGB value is (172,221,255). Sum of RGB (Red+Green+Blue) = 172+221+255=648 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.54% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACDDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDDFF is #532200. Grayscale: #D2D2D2. Windows color (decimal): -5448193 or 16768428. OLE color: 16768428.

HSL color Cylindrical-coordinate representation of color #ACDDFF: hue angle of 204.58º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACDDFF is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB172221255-
CMYK0.330.1300
HSL204.58º100%83.73%-
HSV(B)204.58º32.55%100%-
XYZ60.9267.7104.47-
YUV210.22153.27100.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.54%
GREEN value IS 221 (86.72% from 255) = 34.10%
BLUE value IS 255 (100% from 255) = 39.35%
R=26.54%
G=34.10%
B=39.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722212550.330.1300204.5810083.73
HexACDDFF21D00cd6454
Octal254335377411500315144124
Binary1010110011011101111111111000011101001100110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDFF; }

 p { color: rgb(172,221,255); }

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

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

 a { background-color: rgb(172,221,255); }

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

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

 span { border-color: rgb(172,221,255); }

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