Html Css Color HEX #ADD4FF Pale Cornflower Blue
📋 copy color: '#ADD4FF'red 173 ◦ green 212 ◦ blue 255
Shades of Pale Cornflower Blue #ADD4FF
Tints of Pale Cornflower Blue #ADD4FF
RGB
CMYK
RGB Variations
Color information
#ADD4FF (or 0xADD4FF) is known color: Pale Cornflower Blue. HEX triplet: AD, D4 and FF. RGB value is (173,212,255). Sum of RGB (Red+Green+Blue) = 173+212+255=640 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.03% from 640); Green value is 212 (83.20% from 255 or 33.12% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADD4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD4FF is #522B00. Grayscale: #CDCDCD. Windows color (decimal): -5384961 or 16766125. OLE color: 16766125.
HSL color Cylindrical-coordinate representation of color #ADD4FF: hue angle of 211.46º 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 #ADD4FF is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 212 | 255 | - |
| CMYK | 0.32 | 0.17 | 0 | 0 |
| HSL | 211.46º | 1% | 0.84% | - |
| HSV(B) | 211.46º | 0.32% | 1% | - |
| XYZ | 58.83 | 63.19 | 103.7 | - |
| YUV | 205.24 | 156.08 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 255 | 0.32 | 0.17 | 0 | 0 | 211.46 | 1 | 0.84 |
| Hex | AD | D4 | FF | 20 | 11 | 0 | 0 | D3 | 64 | 54 |
| Octal | 255 | 324 | 377 | 40 | 21 | 0 | 0 | 323 | 144 | 124 |
| Binary | 10101101 | 11010100 | 11111111 | 100000 | 10001 | 0 | 0 | 11010011 | 1100100 | 1010100 |
Color Harmonies of #ADD4FF
Complementary color
Monochromatic Colors of #ADD4FF
Black with #ADD4FF
Text Example
Text Example
White with #ADD4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD4FF; }
p { color: rgb(173,212,255); }
H1.HeaderClassName
{
color: #ADD4FF;
}
.AnyTagClassName
{
color: #ADD4FF;
}
</style>
background-color css
<style>
a { background-color: #ADD4FF; }
a { background-color: rgb(173,212,255); }
div.DivClassName
{
background-color: #ADD4FF;
}
.BgClassName
{
background-color: #ADD4FF;
}
</style>
border-color css
<style>
span { border-color: #ADD4FF; }
span { border-color: rgb(173,212,255); }
td.TdClassName
{
border-color: #ADD4FF;
}
.TagClassName
{
border-color: #ADD4FF;
}
</style>