Shades of Columbia Blue #ADDEF8
Tints of Columbia Blue #ADDEF8
RGB
CMYK
RGB Variations
Color information
#ADDEF8 (or 0xADDEF8) is known color: Columbia Blue. HEX triplet: AD, DE and F8. RGB value is (173,222,248). Sum of RGB (Red+Green+Blue) = 173+222+248=643 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.91% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 248 (97.27% from 255 or 38.57% from 643); Max value from RGB is 248 - color contains mainly: blue. Hex color #ADDEF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDEF8 is #522107. Grayscale: #D2D2D2. Windows color (decimal): -5382408 or 16309933. OLE color: 16309933.
HSL color Cylindrical-coordinate representation of color #ADDEF8: hue angle of 200.8º 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 #ADDEF8 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 222 | 248 | - |
| CMYK | 0.30 | 0.10 | 0 | 0.03 |
| HSL | 200.8º | 0.84% | 0.83% | - |
| HSV(B) | 200.8º | 0.3% | 0.97% | - |
| XYZ | 60.3 | 67.9 | 98.74 | - |
| YUV | 210.31 | 149.27 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 248 | 0.30 | 0.10 | 0 | 0.03 | 200.8 | 0.84 | 0.83 |
| Hex | AD | DE | F8 | 1E | A | 0 | 3 | C9 | 54 | 53 |
| Octal | 255 | 336 | 370 | 36 | 12 | 0 | 3 | 311 | 124 | 123 |
| Binary | 10101101 | 11011110 | 11111000 | 11110 | 1010 | 0 | 11 | 11001001 | 1010100 | 1010011 |
Color Harmonies of #ADDEF8
Complementary color
Monochromatic Colors of #ADDEF8
Black with #ADDEF8
Text Example
Text Example
White with #ADDEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDEF8; }
p { color: rgb(173,222,248); }
H1.HeaderClassName
{
color: #ADDEF8;
}
.AnyTagClassName
{
color: #ADDEF8;
}
</style>
background-color css
<style>
a { background-color: #ADDEF8; }
a { background-color: rgb(173,222,248); }
div.DivClassName
{
background-color: #ADDEF8;
}
.BgClassName
{
background-color: #ADDEF8;
}
</style>
border-color css
<style>
span { border-color: #ADDEF8; }
span { border-color: rgb(173,222,248); }
td.TdClassName
{
border-color: #ADDEF8;
}
.TagClassName
{
border-color: #ADDEF8;
}
</style>