Html Css Color HEX #ADD3FD Pale Cornflower Blue
📋 copy color: '#ADD3FD'red 173 ◦ green 211 ◦ blue 253
Shades of Pale Cornflower Blue #ADD3FD
Tints of Pale Cornflower Blue #ADD3FD
RGB
CMYK
RGB Variations
Color information
#ADD3FD (or 0xADD3FD) is known color: Pale Cornflower Blue. HEX triplet: AD, D3 and FD. RGB value is (173,211,253). Sum of RGB (Red+Green+Blue) = 173+211+253=637 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.16% from 637); Green value is 211 (82.81% from 255 or 33.12% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADD3FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD3FD is #522C02. Grayscale: #CCCCCC. Windows color (decimal): -5385219 or 16634797. OLE color: 16634797.
HSL color Cylindrical-coordinate representation of color #ADD3FD: hue angle of 211.5º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADD3FD is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 211 | 253 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.01 |
| HSL | 211.5º | 0.95% | 0.84% | - |
| HSV(B) | 211.5º | 0.32% | 0.99% | - |
| XYZ | 58.26 | 62.56 | 101.93 | - |
| YUV | 204.43 | 155.41 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 253 | 0.32 | 0.17 | 0 | 0.01 | 211.5 | 0.95 | 0.84 |
| Hex | AD | D3 | FD | 20 | 11 | 0 | 1 | D4 | 5F | 54 |
| Octal | 255 | 323 | 375 | 40 | 21 | 0 | 1 | 324 | 137 | 124 |
| Binary | 10101101 | 11010011 | 11111101 | 100000 | 10001 | 0 | 1 | 11010100 | 1011111 | 1010100 |
Color Harmonies of #ADD3FD
Complementary color
Monochromatic Colors of #ADD3FD
Black with #ADD3FD
Text Example
Text Example
White with #ADD3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD3FD; }
p { color: rgb(173,211,253); }
H1.HeaderClassName
{
color: #ADD3FD;
}
.AnyTagClassName
{
color: #ADD3FD;
}
</style>
background-color css
<style>
a { background-color: #ADD3FD; }
a { background-color: rgb(173,211,253); }
div.DivClassName
{
background-color: #ADD3FD;
}
.BgClassName
{
background-color: #ADD3FD;
}
</style>
border-color css
<style>
span { border-color: #ADD3FD; }
span { border-color: rgb(173,211,253); }
td.TdClassName
{
border-color: #ADD3FD;
}
.TagClassName
{
border-color: #ADD3FD;
}
</style>