Html Css Color HEX #ADD0FF Pale Cornflower Blue
📋 copy color: '#ADD0FF'red 173 ◦ green 208 ◦ blue 255
Shades of Pale Cornflower Blue #ADD0FF
Tints of Pale Cornflower Blue #ADD0FF
RGB
CMYK
RGB Variations
Color information
#ADD0FF (or 0xADD0FF) is known color: Pale Cornflower Blue. HEX triplet: AD, D0 and FF. RGB value is (173,208,255). Sum of RGB (Red+Green+Blue) = 173+208+255=636 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.20% from 636); Green value is 208 (81.64% from 255 or 32.70% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADD0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD0FF is #522F00. Grayscale: #CACACA. Windows color (decimal): -5385985 or 16765101. OLE color: 16765101.
HSL color Cylindrical-coordinate representation of color #ADD0FF: hue angle of 214.39º 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 #ADD0FF is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 208 | 255 | - |
| CMYK | 0.32 | 0.18 | 0 | 0 |
| HSL | 214.39º | 1% | 0.84% | - |
| HSV(B) | 214.39º | 0.32% | 1% | - |
| XYZ | 57.84 | 61.22 | 103.38 | - |
| YUV | 202.89 | 157.4 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 255 | 0.32 | 0.18 | 0 | 0 | 214.39 | 1 | 0.84 |
| Hex | AD | D0 | FF | 20 | 12 | 0 | 0 | D6 | 64 | 54 |
| Octal | 255 | 320 | 377 | 40 | 22 | 0 | 0 | 326 | 144 | 124 |
| Binary | 10101101 | 11010000 | 11111111 | 100000 | 10010 | 0 | 0 | 11010110 | 1100100 | 1010100 |
Color Harmonies of #ADD0FF
Complementary color
Monochromatic Colors of #ADD0FF
Black with #ADD0FF
Text Example
Text Example
White with #ADD0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD0FF; }
p { color: rgb(173,208,255); }
H1.HeaderClassName
{
color: #ADD0FF;
}
.AnyTagClassName
{
color: #ADD0FF;
}
</style>
background-color css
<style>
a { background-color: #ADD0FF; }
a { background-color: rgb(173,208,255); }
div.DivClassName
{
background-color: #ADD0FF;
}
.BgClassName
{
background-color: #ADD0FF;
}
</style>
border-color css
<style>
span { border-color: #ADD0FF; }
span { border-color: rgb(173,208,255); }
td.TdClassName
{
border-color: #ADD0FF;
}
.TagClassName
{
border-color: #ADD0FF;
}
</style>