Html Css Color HEX #ADD3EE Pale Cornflower Blue
📋 copy color: '#ADD3EE'red 173 ◦ green 211 ◦ blue 238
Shades of Pale Cornflower Blue #ADD3EE
Tints of Pale Cornflower Blue #ADD3EE
RGB
CMYK
RGB Variations
Color information
#ADD3EE (or 0xADD3EE) is known color: Pale Cornflower Blue. HEX triplet: AD, D3 and EE. RGB value is (173,211,238). Sum of RGB (Red+Green+Blue) = 173+211+238=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 211 (82.81% from 255 or 33.92% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADD3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD3EE is #522C11. Grayscale: #CACACA. Windows color (decimal): -5385234 or 15651757. OLE color: 15651757.
HSL color Cylindrical-coordinate representation of color #ADD3EE: hue angle of 204.92º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADD3EE is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 211 | 238 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.07 |
| HSL | 204.92º | 0.66% | 0.81% | - |
| HSV(B) | 204.92º | 0.27% | 0.93% | - |
| XYZ | 55.96 | 61.65 | 89.84 | - |
| YUV | 202.72 | 147.91 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 238 | 0.27 | 0.11 | 0 | 0.07 | 204.92 | 0.66 | 0.81 |
| Hex | AD | D3 | EE | 1B | B | 0 | 7 | CD | 42 | 51 |
| Octal | 255 | 323 | 356 | 33 | 13 | 0 | 7 | 315 | 102 | 121 |
| Binary | 10101101 | 11010011 | 11101110 | 11011 | 1011 | 0 | 111 | 11001101 | 1000010 | 1010001 |
Color Harmonies of #ADD3EE
Complementary color
Monochromatic Colors of #ADD3EE
Black with #ADD3EE
Text Example
Text Example
White with #ADD3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD3EE; }
p { color: rgb(173,211,238); }
H1.HeaderClassName
{
color: #ADD3EE;
}
.AnyTagClassName
{
color: #ADD3EE;
}
</style>
background-color css
<style>
a { background-color: #ADD3EE; }
a { background-color: rgb(173,211,238); }
div.DivClassName
{
background-color: #ADD3EE;
}
.BgClassName
{
background-color: #ADD3EE;
}
</style>
border-color css
<style>
span { border-color: #ADD3EE; }
span { border-color: rgb(173,211,238); }
td.TdClassName
{
border-color: #ADD3EE;
}
.TagClassName
{
border-color: #ADD3EE;
}
</style>