Html Css Color HEX #ADD3F8 Pale Cornflower Blue
📋 copy color: '#ADD3F8'red 173 ◦ green 211 ◦ blue 248
Shades of Pale Cornflower Blue #ADD3F8
Tints of Pale Cornflower Blue #ADD3F8
RGB
CMYK
RGB Variations
Color information
#ADD3F8 (or 0xADD3F8) is known color: Pale Cornflower Blue. HEX triplet: AD, D3 and F8. RGB value is (173,211,248). Sum of RGB (Red+Green+Blue) = 173+211+248=632 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.37% from 632); Green value is 211 (82.81% from 255 or 33.39% from 632); Blue value is 248 (97.27% from 255 or 39.24% from 632); Max value from RGB is 248 - color contains mainly: blue. Hex color #ADD3F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD3F8 is #522C07. Grayscale: #CBCBCB. Windows color (decimal): -5385224 or 16307117. OLE color: 16307117.
HSL color Cylindrical-coordinate representation of color #ADD3F8: hue angle of 209.6º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADD3F8 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 211 | 248 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.03 |
| HSL | 209.6º | 0.84% | 0.83% | - |
| HSV(B) | 209.6º | 0.3% | 0.97% | - |
| XYZ | 57.47 | 62.25 | 97.79 | - |
| YUV | 203.86 | 152.91 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 248 | 0.30 | 0.15 | 0 | 0.03 | 209.6 | 0.84 | 0.83 |
| Hex | AD | D3 | F8 | 1E | F | 0 | 3 | D2 | 54 | 53 |
| Octal | 255 | 323 | 370 | 36 | 17 | 0 | 3 | 322 | 124 | 123 |
| Binary | 10101101 | 11010011 | 11111000 | 11110 | 1111 | 0 | 11 | 11010010 | 1010100 | 1010011 |
Color Harmonies of #ADD3F8
Complementary color
Monochromatic Colors of #ADD3F8
Black with #ADD3F8
Text Example
Text Example
White with #ADD3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD3F8; }
p { color: rgb(173,211,248); }
H1.HeaderClassName
{
color: #ADD3F8;
}
.AnyTagClassName
{
color: #ADD3F8;
}
</style>
background-color css
<style>
a { background-color: #ADD3F8; }
a { background-color: rgb(173,211,248); }
div.DivClassName
{
background-color: #ADD3F8;
}
.BgClassName
{
background-color: #ADD3F8;
}
</style>
border-color css
<style>
span { border-color: #ADD3F8; }
span { border-color: rgb(173,211,248); }
td.TdClassName
{
border-color: #ADD3F8;
}
.TagClassName
{
border-color: #ADD3F8;
}
</style>