Shades of Columbia Blue #ADDFFE
Tints of Columbia Blue #ADDFFE
RGB
CMYK
RGB Variations
Color information
#ADDFFE (or 0xADDFFE) is known color: Columbia Blue. HEX triplet: AD, DF and FE. RGB value is (173,223,254). Sum of RGB (Red+Green+Blue) = 173+223+254=650 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.62% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADDFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDFFE is #522001. Grayscale: #D3D3D3. Windows color (decimal): -5382146 or 16703405. OLE color: 16703405.
HSL color Cylindrical-coordinate representation of color #ADDFFE: hue angle of 202.96º 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 #ADDFFE is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 223 | 254 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.00 |
| HSL | 202.96º | 0.98% | 0.84% | - |
| HSV(B) | 202.96º | 0.32% | 1% | - |
| XYZ | 61.51 | 68.82 | 103.81 | - |
| YUV | 211.58 | 151.94 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 254 | 0.32 | 0.12 | 0 | 0.00 | 202.96 | 0.98 | 0.84 |
| Hex | AD | DF | FE | 20 | C | 0 | 0 | CB | 62 | 54 |
| Octal | 255 | 337 | 376 | 40 | 14 | 0 | 0 | 313 | 142 | 124 |
| Binary | 10101101 | 11011111 | 11111110 | 100000 | 1100 | 0 | 0 | 11001011 | 1100010 | 1010100 |
Color Harmonies of #ADDFFE
Complementary color
Monochromatic Colors of #ADDFFE
Black with #ADDFFE
Text Example
Text Example
White with #ADDFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDFFE; }
p { color: rgb(173,223,254); }
H1.HeaderClassName
{
color: #ADDFFE;
}
.AnyTagClassName
{
color: #ADDFFE;
}
</style>
background-color css
<style>
a { background-color: #ADDFFE; }
a { background-color: rgb(173,223,254); }
div.DivClassName
{
background-color: #ADDFFE;
}
.BgClassName
{
background-color: #ADDFFE;
}
</style>
border-color css
<style>
span { border-color: #ADDFFE; }
span { border-color: rgb(173,223,254); }
td.TdClassName
{
border-color: #ADDFFE;
}
.TagClassName
{
border-color: #ADDFFE;
}
</style>