Shades of Columbia Blue #ACDBFF
Tints of Columbia Blue #ACDBFF
RGB
CMYK
RGB Variations
Color information
#ACDBFF (or 0xACDBFF) is known color: Columbia Blue. HEX triplet: AC, DB and FF. RGB value is (172,219,255). Sum of RGB (Red+Green+Blue) = 172+219+255=646 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.63% from 646); Green value is 219 (85.94% from 255 or 33.90% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACDBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDBFF is #532400. Grayscale: #D0D0D0. Windows color (decimal): -5448705 or 16767916. OLE color: 16767916.
HSL color Cylindrical-coordinate representation of color #ACDBFF: hue angle of 206.02º 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 #ACDBFF is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 172 | 219 | 255 | - |
CMYK | 0.33 | 0.14 | 0 | 0 |
HSL | 206.02º | 1% | 0.84% | - |
HSV(B) | 206.02º | 0.33% | 1% | - |
XYZ | 60.39 | 66.65 | 104.29 | - |
YUV | 209.05 | 153.93 | 101.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 219 | 255 | 0.33 | 0.14 | 0 | 0 | 206.02 | 1 | 0.84 |
Hex | AC | DB | FF | 21 | E | 0 | 0 | CE | 64 | 54 |
Octal | 254 | 333 | 377 | 41 | 16 | 0 | 0 | 316 | 144 | 124 |
Binary | 10101100 | 11011011 | 11111111 | 100001 | 1110 | 0 | 0 | 11001110 | 1100100 | 1010100 |
Color Harmonies of #ACDBFF
Complementary color
Monochromatic Colors of #ACDBFF
Black with #ACDBFF
Text Example
Text Example
White with #ACDBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDBFF; }
p { color: rgb(172,219,255); }
H1.HeaderClassName
{
color: #ACDBFF;
}
.AnyTagClassName
{
color: #ACDBFF;
}
</style>
background-color css
<style>
a { background-color: #ACDBFF; }
a { background-color: rgb(172,219,255); }
div.DivClassName
{
background-color: #ACDBFF;
}
.BgClassName
{
background-color: #ACDBFF;
}
</style>
border-color css
<style>
span { border-color: #ACDBFF; }
span { border-color: rgb(172,219,255); }
td.TdClassName
{
border-color: #ACDBFF;
}
.TagClassName
{
border-color: #ACDBFF;
}
</style>