Html Css Color HEX #ADD8FF Pale Cornflower Blue
📋 copy color: '#ADD8FF'red 173 ◦ green 216 ◦ blue 255
Shades of Pale Cornflower Blue #ADD8FF
Tints of Pale Cornflower Blue #ADD8FF
RGB
CMYK
RGB Variations
Color information
#ADD8FF (or 0xADD8FF) is known color: Pale Cornflower Blue. HEX triplet: AD, D8 and FF. RGB value is (173,216,255). Sum of RGB (Red+Green+Blue) = 173+216+255=644 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.86% from 644); Green value is 216 (84.77% from 255 or 33.54% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADD8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD8FF is #522700. Grayscale: #CFCFCF. Windows color (decimal): -5383937 or 16767149. OLE color: 16767149.
HSL color Cylindrical-coordinate representation of color #ADD8FF: hue angle of 208.54º 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 #ADD8FF is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 216 | 255 | - |
| CMYK | 0.32 | 0.15 | 0 | 0 |
| HSL | 208.54º | 1% | 0.84% | - |
| HSV(B) | 208.54º | 0.32% | 1% | - |
| XYZ | 59.84 | 65.22 | 104.04 | - |
| YUV | 207.59 | 154.75 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 255 | 0.32 | 0.15 | 0 | 0 | 208.54 | 1 | 0.84 |
| Hex | AD | D8 | FF | 20 | F | 0 | 0 | D1 | 64 | 54 |
| Octal | 255 | 330 | 377 | 40 | 17 | 0 | 0 | 321 | 144 | 124 |
| Binary | 10101101 | 11011000 | 11111111 | 100000 | 1111 | 0 | 0 | 11010001 | 1100100 | 1010100 |
Color Harmonies of #ADD8FF
Complementary color
Monochromatic Colors of #ADD8FF
Black with #ADD8FF
Text Example
Text Example
White with #ADD8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD8FF; }
p { color: rgb(173,216,255); }
H1.HeaderClassName
{
color: #ADD8FF;
}
.AnyTagClassName
{
color: #ADD8FF;
}
</style>
background-color css
<style>
a { background-color: #ADD8FF; }
a { background-color: rgb(173,216,255); }
div.DivClassName
{
background-color: #ADD8FF;
}
.BgClassName
{
background-color: #ADD8FF;
}
</style>
border-color css
<style>
span { border-color: #ADD8FF; }
span { border-color: rgb(173,216,255); }
td.TdClassName
{
border-color: #ADD8FF;
}
.TagClassName
{
border-color: #ADD8FF;
}
</style>