Html Css Color HEX #ADD0FC Pale Cornflower Blue
📋 copy color: '#ADD0FC'red 173 ◦ green 208 ◦ blue 252
Shades of Pale Cornflower Blue #ADD0FC
Tints of Pale Cornflower Blue #ADD0FC
RGB
CMYK
RGB Variations
Color information
#ADD0FC (or 0xADD0FC) is known color: Pale Cornflower Blue. HEX triplet: AD, D0 and FC. RGB value is (173,208,252). Sum of RGB (Red+Green+Blue) = 173+208+252=633 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.33% from 633); Green value is 208 (81.64% from 255 or 32.86% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADD0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD0FC is #522F03. Grayscale: #CACACA. Windows color (decimal): -5385988 or 16568493. OLE color: 16568493.
HSL color Cylindrical-coordinate representation of color #ADD0FC: hue angle of 213.42º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADD0FC is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 208 | 252 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.01 |
| HSL | 213.42º | 0.93% | 0.83% | - |
| HSV(B) | 213.42º | 0.31% | 0.99% | - |
| XYZ | 57.36 | 61.02 | 100.85 | - |
| YUV | 202.55 | 155.9 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 252 | 0.31 | 0.17 | 0 | 0.01 | 213.42 | 0.93 | 0.83 |
| Hex | AD | D0 | FC | 1F | 11 | 0 | 1 | D5 | 5D | 53 |
| Octal | 255 | 320 | 374 | 37 | 21 | 0 | 1 | 325 | 135 | 123 |
| Binary | 10101101 | 11010000 | 11111100 | 11111 | 10001 | 0 | 1 | 11010101 | 1011101 | 1010011 |
Color Harmonies of #ADD0FC
Complementary color
Monochromatic Colors of #ADD0FC
Black with #ADD0FC
Text Example
Text Example
White with #ADD0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD0FC; }
p { color: rgb(173,208,252); }
H1.HeaderClassName
{
color: #ADD0FC;
}
.AnyTagClassName
{
color: #ADD0FC;
}
</style>
background-color css
<style>
a { background-color: #ADD0FC; }
a { background-color: rgb(173,208,252); }
div.DivClassName
{
background-color: #ADD0FC;
}
.BgClassName
{
background-color: #ADD0FC;
}
</style>
border-color css
<style>
span { border-color: #ADD0FC; }
span { border-color: rgb(173,208,252); }
td.TdClassName
{
border-color: #ADD0FC;
}
.TagClassName
{
border-color: #ADD0FC;
}
</style>