Html Css Color HEX #ADC9FF Pale Cornflower Blue
📋 copy color: '#ADC9FF'red 173 ◦ green 201 ◦ blue 255
Shades of Pale Cornflower Blue #ADC9FF
Tints of Pale Cornflower Blue #ADC9FF
RGB
CMYK
RGB Variations
Color information
#ADC9FF (or 0xADC9FF) is known color: Pale Cornflower Blue. HEX triplet: AD, C9 and FF. RGB value is (173,201,255). Sum of RGB (Red+Green+Blue) = 173+201+255=629 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.50% from 629); Green value is 201 (78.91% from 255 or 31.96% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADC9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC9FF is #523600. Grayscale: #C6C6C6. Windows color (decimal): -5387777 or 16763309. OLE color: 16763309.
HSL color Cylindrical-coordinate representation of color #ADC9FF: hue angle of 219.51º 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 #ADC9FF is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 201 | 255 | - |
| CMYK | 0.32 | 0.21 | 0 | 0 |
| HSL | 219.51º | 1% | 0.84% | - |
| HSV(B) | 219.51º | 0.32% | 1% | - |
| XYZ | 56.17 | 57.88 | 102.82 | - |
| YUV | 198.78 | 159.72 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 255 | 0.32 | 0.21 | 0 | 0 | 219.51 | 1 | 0.84 |
| Hex | AD | C9 | FF | 20 | 15 | 0 | 0 | DC | 64 | 54 |
| Octal | 255 | 311 | 377 | 40 | 25 | 0 | 0 | 334 | 144 | 124 |
| Binary | 10101101 | 11001001 | 11111111 | 100000 | 10101 | 0 | 0 | 11011100 | 1100100 | 1010100 |
Color Harmonies of #ADC9FF
Complementary color
Monochromatic Colors of #ADC9FF
Black with #ADC9FF
Text Example
Text Example
White with #ADC9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC9FF; }
p { color: rgb(173,201,255); }
H1.HeaderClassName
{
color: #ADC9FF;
}
.AnyTagClassName
{
color: #ADC9FF;
}
</style>
background-color css
<style>
a { background-color: #ADC9FF; }
a { background-color: rgb(173,201,255); }
div.DivClassName
{
background-color: #ADC9FF;
}
.BgClassName
{
background-color: #ADC9FF;
}
</style>
border-color css
<style>
span { border-color: #ADC9FF; }
span { border-color: rgb(173,201,255); }
td.TdClassName
{
border-color: #ADC9FF;
}
.TagClassName
{
border-color: #ADC9FF;
}
</style>