Html Css Color HEX #ADD1EF Pale Cornflower Blue
📋 copy color: '#ADD1EF'red 173 ◦ green 209 ◦ blue 239
Shades of Pale Cornflower Blue #ADD1EF
Tints of Pale Cornflower Blue #ADD1EF
RGB
CMYK
RGB Variations
Color information
#ADD1EF (or 0xADD1EF) is known color: Pale Cornflower Blue. HEX triplet: AD, D1 and EF. RGB value is (173,209,239). Sum of RGB (Red+Green+Blue) = 173+209+239=621 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.86% from 621); Green value is 209 (82.03% from 255 or 33.66% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADD1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD1EF is #522E10. Grayscale: #C9C9C9. Windows color (decimal): -5385745 or 15716781. OLE color: 15716781.
HSL color Cylindrical-coordinate representation of color #ADD1EF: hue angle of 207.27º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADD1EF is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 209 | 239 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.06 |
| HSL | 207.27º | 0.67% | 0.81% | - |
| HSV(B) | 207.27º | 0.28% | 0.94% | - |
| XYZ | 55.61 | 60.72 | 90.45 | - |
| YUV | 201.66 | 149.07 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 239 | 0.28 | 0.13 | 0 | 0.06 | 207.27 | 0.67 | 0.81 |
| Hex | AD | D1 | EF | 1C | D | 0 | 6 | CF | 43 | 51 |
| Octal | 255 | 321 | 357 | 34 | 15 | 0 | 6 | 317 | 103 | 121 |
| Binary | 10101101 | 11010001 | 11101111 | 11100 | 1101 | 0 | 110 | 11001111 | 1000011 | 1010001 |
Color Harmonies of #ADD1EF
Complementary color
Monochromatic Colors of #ADD1EF
Black with #ADD1EF
Text Example
Text Example
White with #ADD1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD1EF; }
p { color: rgb(173,209,239); }
H1.HeaderClassName
{
color: #ADD1EF;
}
.AnyTagClassName
{
color: #ADD1EF;
}
</style>
background-color css
<style>
a { background-color: #ADD1EF; }
a { background-color: rgb(173,209,239); }
div.DivClassName
{
background-color: #ADD1EF;
}
.BgClassName
{
background-color: #ADD1EF;
}
</style>
border-color css
<style>
span { border-color: #ADD1EF; }
span { border-color: rgb(173,209,239); }
td.TdClassName
{
border-color: #ADD1EF;
}
.TagClassName
{
border-color: #ADD1EF;
}
</style>