Shades of Columbia Blue #ADDDFE
Tints of Columbia Blue #ADDDFE
RGB
CMYK
RGB Variations
Color information
#ADDDFE (or 0xADDDFE) is known color: Columbia Blue. HEX triplet: AD, DD and FE. RGB value is (173,221,254). Sum of RGB (Red+Green+Blue) = 173+221+254=648 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.70% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADDDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDDFE is #522201. Grayscale: #D2D2D2. Windows color (decimal): -5382658 or 16702893. OLE color: 16702893.
HSL color Cylindrical-coordinate representation of color #ADDDFE: hue angle of 204.44º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADDDFE is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 221 | 254 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.00 |
| HSL | 204.44º | 0.98% | 0.84% | - |
| HSV(B) | 204.44º | 0.32% | 1% | - |
| XYZ | 60.98 | 67.75 | 103.63 | - |
| YUV | 210.41 | 152.6 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 254 | 0.32 | 0.13 | 0 | 0.00 | 204.44 | 0.98 | 0.84 |
| Hex | AD | DD | FE | 20 | D | 0 | 0 | CC | 62 | 54 |
| Octal | 255 | 335 | 376 | 40 | 15 | 0 | 0 | 314 | 142 | 124 |
| Binary | 10101101 | 11011101 | 11111110 | 100000 | 1101 | 0 | 0 | 11001100 | 1100010 | 1010100 |
Color Harmonies of #ADDDFE
Complementary color
Monochromatic Colors of #ADDDFE
Black with #ADDDFE
Text Example
Text Example
White with #ADDDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDDFE; }
p { color: rgb(173,221,254); }
H1.HeaderClassName
{
color: #ADDDFE;
}
.AnyTagClassName
{
color: #ADDDFE;
}
</style>
background-color css
<style>
a { background-color: #ADDDFE; }
a { background-color: rgb(173,221,254); }
div.DivClassName
{
background-color: #ADDDFE;
}
.BgClassName
{
background-color: #ADDDFE;
}
</style>
border-color css
<style>
span { border-color: #ADDDFE; }
span { border-color: rgb(173,221,254); }
td.TdClassName
{
border-color: #ADDDFE;
}
.TagClassName
{
border-color: #ADDDFE;
}
</style>