Html Css Color HEX #ADC9FE Pale Cornflower Blue
📋 copy color: '#ADC9FE'red 173 ◦ green 201 ◦ blue 254
Shades of Pale Cornflower Blue #ADC9FE
Tints of Pale Cornflower Blue #ADC9FE
RGB
CMYK
RGB Variations
Color information
#ADC9FE (or 0xADC9FE) is known color: Pale Cornflower Blue. HEX triplet: AD, C9 and FE. RGB value is (173,201,254). Sum of RGB (Red+Green+Blue) = 173+201+254=628 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.55% from 628); Green value is 201 (78.91% from 255 or 32.01% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADC9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC9FE is #523601. Grayscale: #C6C6C6. Windows color (decimal): -5387778 or 16697773. OLE color: 16697773.
HSL color Cylindrical-coordinate representation of color #ADC9FE: hue angle of 219.26º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADC9FE is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 201 | 254 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.00 |
| HSL | 219.26º | 0.98% | 0.84% | - |
| HSV(B) | 219.26º | 0.32% | 1% | - |
| XYZ | 56.01 | 57.81 | 101.97 | - |
| YUV | 198.67 | 159.22 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 254 | 0.32 | 0.21 | 0 | 0.00 | 219.26 | 0.98 | 0.84 |
| Hex | AD | C9 | FE | 20 | 15 | 0 | 0 | DB | 62 | 54 |
| Octal | 255 | 311 | 376 | 40 | 25 | 0 | 0 | 333 | 142 | 124 |
| Binary | 10101101 | 11001001 | 11111110 | 100000 | 10101 | 0 | 0 | 11011011 | 1100010 | 1010100 |
Color Harmonies of #ADC9FE
Complementary color
Monochromatic Colors of #ADC9FE
Black with #ADC9FE
Text Example
Text Example
White with #ADC9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC9FE; }
p { color: rgb(173,201,254); }
H1.HeaderClassName
{
color: #ADC9FE;
}
.AnyTagClassName
{
color: #ADC9FE;
}
</style>
background-color css
<style>
a { background-color: #ADC9FE; }
a { background-color: rgb(173,201,254); }
div.DivClassName
{
background-color: #ADC9FE;
}
.BgClassName
{
background-color: #ADC9FE;
}
</style>
border-color css
<style>
span { border-color: #ADC9FE; }
span { border-color: rgb(173,201,254); }
td.TdClassName
{
border-color: #ADC9FE;
}
.TagClassName
{
border-color: #ADC9FE;
}
</style>