Shades of Columbia Blue #ADDCF8
Tints of Columbia Blue #ADDCF8
RGB
CMYK
RGB Variations
Color information
#ADDCF8 (or 0xADDCF8) is known color: Columbia Blue. HEX triplet: AD, DC and F8. RGB value is (173,220,248). Sum of RGB (Red+Green+Blue) = 173+220+248=641 (84% of max value = 765). Red value is 173 (67.97% from 255 or 26.99% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 248 (97.27% from 255 or 38.69% from 641); Max value from RGB is 248 - color contains mainly: blue. Hex color #ADDCF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDCF8 is #522307. Grayscale: #D0D0D0. Windows color (decimal): -5382920 or 16309421. OLE color: 16309421.
HSL color Cylindrical-coordinate representation of color #ADDCF8: hue angle of 202.4º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADDCF8 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 220 | 248 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.03 |
| HSL | 202.4º | 0.84% | 0.83% | - |
| HSV(B) | 202.4º | 0.3% | 0.97% | - |
| XYZ | 59.77 | 66.85 | 98.56 | - |
| YUV | 209.14 | 149.93 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 248 | 0.30 | 0.11 | 0 | 0.03 | 202.4 | 0.84 | 0.83 |
| Hex | AD | DC | F8 | 1E | B | 0 | 3 | CA | 54 | 53 |
| Octal | 255 | 334 | 370 | 36 | 13 | 0 | 3 | 312 | 124 | 123 |
| Binary | 10101101 | 11011100 | 11111000 | 11110 | 1011 | 0 | 11 | 11001010 | 1010100 | 1010011 |
Color Harmonies of #ADDCF8
Complementary color
Monochromatic Colors of #ADDCF8
Black with #ADDCF8
Text Example
Text Example
White with #ADDCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDCF8; }
p { color: rgb(173,220,248); }
H1.HeaderClassName
{
color: #ADDCF8;
}
.AnyTagClassName
{
color: #ADDCF8;
}
</style>
background-color css
<style>
a { background-color: #ADDCF8; }
a { background-color: rgb(173,220,248); }
div.DivClassName
{
background-color: #ADDCF8;
}
.BgClassName
{
background-color: #ADDCF8;
}
</style>
border-color css
<style>
span { border-color: #ADDCF8; }
span { border-color: rgb(173,220,248); }
td.TdClassName
{
border-color: #ADDCF8;
}
.TagClassName
{
border-color: #ADDCF8;
}
</style>