Html Css Color HEX #ADD3EF Pale Cornflower Blue
📋 copy color: '#ADD3EF'red 173 ◦ green 211 ◦ blue 239
Shades of Pale Cornflower Blue #ADD3EF
Tints of Pale Cornflower Blue #ADD3EF
RGB
CMYK
RGB Variations
Color information
#ADD3EF (or 0xADD3EF) is known color: Pale Cornflower Blue. HEX triplet: AD, D3 and EF. RGB value is (173,211,239). Sum of RGB (Red+Green+Blue) = 173+211+239=623 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.77% from 623); Green value is 211 (82.81% from 255 or 33.87% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADD3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD3EF is #522C10. Grayscale: #CACACA. Windows color (decimal): -5385233 or 15717293. OLE color: 15717293.
HSL color Cylindrical-coordinate representation of color #ADD3EF: hue angle of 205.45º 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 #ADD3EF is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 211 | 239 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.06 |
| HSL | 205.45º | 0.67% | 0.81% | - |
| HSV(B) | 205.45º | 0.28% | 0.94% | - |
| XYZ | 56.11 | 61.7 | 90.61 | - |
| YUV | 202.83 | 148.41 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 239 | 0.28 | 0.12 | 0 | 0.06 | 205.45 | 0.67 | 0.81 |
| Hex | AD | D3 | EF | 1C | C | 0 | 6 | CD | 43 | 51 |
| Octal | 255 | 323 | 357 | 34 | 14 | 0 | 6 | 315 | 103 | 121 |
| Binary | 10101101 | 11010011 | 11101111 | 11100 | 1100 | 0 | 110 | 11001101 | 1000011 | 1010001 |
Color Harmonies of #ADD3EF
Complementary color
Monochromatic Colors of #ADD3EF
Black with #ADD3EF
Text Example
Text Example
White with #ADD3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD3EF; }
p { color: rgb(173,211,239); }
H1.HeaderClassName
{
color: #ADD3EF;
}
.AnyTagClassName
{
color: #ADD3EF;
}
</style>
background-color css
<style>
a { background-color: #ADD3EF; }
a { background-color: rgb(173,211,239); }
div.DivClassName
{
background-color: #ADD3EF;
}
.BgClassName
{
background-color: #ADD3EF;
}
</style>
border-color css
<style>
span { border-color: #ADD3EF; }
span { border-color: rgb(173,211,239); }
td.TdClassName
{
border-color: #ADD3EF;
}
.TagClassName
{
border-color: #ADD3EF;
}
</style>