Shades of Columbia Blue #ADDFF8
Tints of Columbia Blue #ADDFF8
RGB
CMYK
RGB Variations
Color information
#ADDFF8 (or 0xADDFF8) is known color: Columbia Blue. HEX triplet: AD, DF and F8. RGB value is (173,223,248). Sum of RGB (Red+Green+Blue) = 173+223+248=644 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.86% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 248 (97.27% from 255 or 38.51% from 644); Max value from RGB is 248 - color contains mainly: blue. Hex color #ADDFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDFF8 is #522007. Grayscale: #D2D2D2. Windows color (decimal): -5382152 or 16310189. OLE color: 16310189.
HSL color Cylindrical-coordinate representation of color #ADDFF8: hue angle of 200º 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 #ADDFF8 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 223 | 248 | - |
| CMYK | 0.30 | 0.10 | 0 | 0.03 |
| HSL | 200º | 0.84% | 0.83% | - |
| HSV(B) | 200º | 0.3% | 0.97% | - |
| XYZ | 60.56 | 68.44 | 98.82 | - |
| YUV | 210.9 | 148.94 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 248 | 0.30 | 0.10 | 0 | 0.03 | 200 | 0.84 | 0.83 |
| Hex | AD | DF | F8 | 1E | A | 0 | 3 | C8 | 54 | 53 |
| Octal | 255 | 337 | 370 | 36 | 12 | 0 | 3 | 310 | 124 | 123 |
| Binary | 10101101 | 11011111 | 11111000 | 11110 | 1010 | 0 | 11 | 11001000 | 1010100 | 1010011 |
Color Harmonies of #ADDFF8
Complementary color
Monochromatic Colors of #ADDFF8
Black with #ADDFF8
Text Example
Text Example
White with #ADDFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDFF8; }
p { color: rgb(173,223,248); }
H1.HeaderClassName
{
color: #ADDFF8;
}
.AnyTagClassName
{
color: #ADDFF8;
}
</style>
background-color css
<style>
a { background-color: #ADDFF8; }
a { background-color: rgb(173,223,248); }
div.DivClassName
{
background-color: #ADDFF8;
}
.BgClassName
{
background-color: #ADDFF8;
}
</style>
border-color css
<style>
span { border-color: #ADDFF8; }
span { border-color: rgb(173,223,248); }
td.TdClassName
{
border-color: #ADDFF8;
}
.TagClassName
{
border-color: #ADDFF8;
}
</style>