Shades of Columbia Blue #ADDEFD
Tints of Columbia Blue #ADDEFD
RGB
CMYK
RGB Variations
Color information
#ADDEFD (or 0xADDEFD) is known color: Columbia Blue. HEX triplet: AD, DE and FD. RGB value is (173,222,253). Sum of RGB (Red+Green+Blue) = 173+222+253=648 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.70% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADDEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDEFD is #522102. Grayscale: #D2D2D2. Windows color (decimal): -5382403 or 16637613. OLE color: 16637613.
HSL color Cylindrical-coordinate representation of color #ADDEFD: hue angle of 203.25º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADDEFD is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 222 | 253 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.01 |
| HSL | 203.25º | 0.95% | 0.84% | - |
| HSV(B) | 203.25º | 0.32% | 0.99% | - |
| XYZ | 61.08 | 68.22 | 102.88 | - |
| YUV | 210.88 | 151.77 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 253 | 0.32 | 0.12 | 0 | 0.01 | 203.25 | 0.95 | 0.84 |
| Hex | AD | DE | FD | 20 | C | 0 | 1 | CB | 5F | 54 |
| Octal | 255 | 336 | 375 | 40 | 14 | 0 | 1 | 313 | 137 | 124 |
| Binary | 10101101 | 11011110 | 11111101 | 100000 | 1100 | 0 | 1 | 11001011 | 1011111 | 1010100 |
Color Harmonies of #ADDEFD
Complementary color
Monochromatic Colors of #ADDEFD
Black with #ADDEFD
Text Example
Text Example
White with #ADDEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDEFD; }
p { color: rgb(173,222,253); }
H1.HeaderClassName
{
color: #ADDEFD;
}
.AnyTagClassName
{
color: #ADDEFD;
}
</style>
background-color css
<style>
a { background-color: #ADDEFD; }
a { background-color: rgb(173,222,253); }
div.DivClassName
{
background-color: #ADDEFD;
}
.BgClassName
{
background-color: #ADDEFD;
}
</style>
border-color css
<style>
span { border-color: #ADDEFD; }
span { border-color: rgb(173,222,253); }
td.TdClassName
{
border-color: #ADDEFD;
}
.TagClassName
{
border-color: #ADDEFD;
}
</style>