Shades of Columbia Blue #ADDFFD
Tints of Columbia Blue #ADDFFD
RGB
CMYK
RGB Variations
Color information
#ADDFFD (or 0xADDFFD) is known color: Columbia Blue. HEX triplet: AD, DF and FD. RGB value is (173,223,253). Sum of RGB (Red+Green+Blue) = 173+223+253=649 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.66% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADDFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDFFD is #522002. Grayscale: #D3D3D3. Windows color (decimal): -5382147 or 16637869. OLE color: 16637869.
HSL color Cylindrical-coordinate representation of color #ADDFFD: hue angle of 202.5º 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 #ADDFFD is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 223 | 253 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.01 |
| HSL | 202.5º | 0.95% | 0.84% | - |
| HSV(B) | 202.5º | 0.32% | 0.99% | - |
| XYZ | 61.35 | 68.75 | 102.97 | - |
| YUV | 211.47 | 151.44 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 253 | 0.32 | 0.12 | 0 | 0.01 | 202.5 | 0.95 | 0.84 |
| Hex | AD | DF | FD | 20 | C | 0 | 1 | CA | 5F | 54 |
| Octal | 255 | 337 | 375 | 40 | 14 | 0 | 1 | 312 | 137 | 124 |
| Binary | 10101101 | 11011111 | 11111101 | 100000 | 1100 | 0 | 1 | 11001010 | 1011111 | 1010100 |
Color Harmonies of #ADDFFD
Complementary color
Monochromatic Colors of #ADDFFD
Black with #ADDFFD
Text Example
Text Example
White with #ADDFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDFFD; }
p { color: rgb(173,223,253); }
H1.HeaderClassName
{
color: #ADDFFD;
}
.AnyTagClassName
{
color: #ADDFFD;
}
</style>
background-color css
<style>
a { background-color: #ADDFFD; }
a { background-color: rgb(173,223,253); }
div.DivClassName
{
background-color: #ADDFFD;
}
.BgClassName
{
background-color: #ADDFFD;
}
</style>
border-color css
<style>
span { border-color: #ADDFFD; }
span { border-color: rgb(173,223,253); }
td.TdClassName
{
border-color: #ADDFFD;
}
.TagClassName
{
border-color: #ADDFFD;
}
</style>