Shades of Columbia Blue #ADDCFD
Tints of Columbia Blue #ADDCFD
RGB
CMYK
RGB Variations
Color information
#ADDCFD (or 0xADDCFD) is known color: Columbia Blue. HEX triplet: AD, DC and FD. RGB value is (173,220,253). Sum of RGB (Red+Green+Blue) = 173+220+253=646 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.78% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 253 (99.22% from 255 or 39.16% from 646); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADDCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDCFD is #522302. Grayscale: #D1D1D1. Windows color (decimal): -5382915 or 16637101. OLE color: 16637101.
HSL color Cylindrical-coordinate representation of color #ADDCFD: hue angle of 204.75º 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 #ADDCFD is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 220 | 253 | - |
CMYK | 0.32 | 0.13 | 0 | 0.01 |
HSL | 204.75º | 0.95% | 0.84% | - |
HSV(B) | 204.75º | 0.32% | 0.99% | - |
XYZ | 60.56 | 67.16 | 102.7 | - |
YUV | 209.71 | 152.43 | 101.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 220 | 253 | 0.32 | 0.13 | 0 | 0.01 | 204.75 | 0.95 | 0.84 |
Hex | AD | DC | FD | 20 | D | 0 | 1 | CD | 5F | 54 |
Octal | 255 | 334 | 375 | 40 | 15 | 0 | 1 | 315 | 137 | 124 |
Binary | 10101101 | 11011100 | 11111101 | 100000 | 1101 | 0 | 1 | 11001101 | 1011111 | 1010100 |
Color Harmonies of #ADDCFD
Complementary color
Monochromatic Colors of #ADDCFD
Black with #ADDCFD
Text Example
Text Example
White with #ADDCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDCFD; }
p { color: rgb(173,220,253); }
H1.HeaderClassName
{
color: #ADDCFD;
}
.AnyTagClassName
{
color: #ADDCFD;
}
</style>
background-color css
<style>
a { background-color: #ADDCFD; }
a { background-color: rgb(173,220,253); }
div.DivClassName
{
background-color: #ADDCFD;
}
.BgClassName
{
background-color: #ADDCFD;
}
</style>
border-color css
<style>
span { border-color: #ADDCFD; }
span { border-color: rgb(173,220,253); }
td.TdClassName
{
border-color: #ADDCFD;
}
.TagClassName
{
border-color: #ADDCFD;
}
</style>