Html Css Color HEX #ADD9FF Pale Cornflower Blue
📋 copy color: '#ADD9FF'red 173 ◦ green 217 ◦ blue 255
Shades of Pale Cornflower Blue #ADD9FF
Tints of Pale Cornflower Blue #ADD9FF
RGB
CMYK
RGB Variations
Color information
#ADD9FF (or 0xADD9FF) is known color: Pale Cornflower Blue. HEX triplet: AD, D9 and FF. RGB value is (173,217,255). Sum of RGB (Red+Green+Blue) = 173+217+255=645 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.82% from 645); Green value is 217 (85.16% from 255 or 33.64% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADD9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD9FF is #522600. Grayscale: #CFCFCF. Windows color (decimal): -5383681 or 16767405. OLE color: 16767405.
HSL color Cylindrical-coordinate representation of color #ADD9FF: hue angle of 207.8º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADD9FF is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 217 | 255 | - |
| CMYK | 0.32 | 0.15 | 0 | 0 |
| HSL | 207.8º | 1% | 0.84% | - |
| HSV(B) | 207.8º | 0.32% | 1% | - |
| XYZ | 60.1 | 65.73 | 104.13 | - |
| YUV | 208.18 | 154.42 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 255 | 0.32 | 0.15 | 0 | 0 | 207.8 | 1 | 0.84 |
| Hex | AD | D9 | FF | 20 | F | 0 | 0 | D0 | 64 | 54 |
| Octal | 255 | 331 | 377 | 40 | 17 | 0 | 0 | 320 | 144 | 124 |
| Binary | 10101101 | 11011001 | 11111111 | 100000 | 1111 | 0 | 0 | 11010000 | 1100100 | 1010100 |
Color Harmonies of #ADD9FF
Complementary color
Monochromatic Colors of #ADD9FF
Black with #ADD9FF
Text Example
Text Example
White with #ADD9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD9FF; }
p { color: rgb(173,217,255); }
H1.HeaderClassName
{
color: #ADD9FF;
}
.AnyTagClassName
{
color: #ADD9FF;
}
</style>
background-color css
<style>
a { background-color: #ADD9FF; }
a { background-color: rgb(173,217,255); }
div.DivClassName
{
background-color: #ADD9FF;
}
.BgClassName
{
background-color: #ADD9FF;
}
</style>
border-color css
<style>
span { border-color: #ADD9FF; }
span { border-color: rgb(173,217,255); }
td.TdClassName
{
border-color: #ADD9FF;
}
.TagClassName
{
border-color: #ADD9FF;
}
</style>