Html Css Color HEX #ADC9FD Pale Cornflower Blue
📋 copy color: '#ADC9FD'red 173 ◦ green 201 ◦ blue 253
Shades of Pale Cornflower Blue #ADC9FD
Tints of Pale Cornflower Blue #ADC9FD
RGB
CMYK
RGB Variations
Color information
#ADC9FD (or 0xADC9FD) is known color: Pale Cornflower Blue. HEX triplet: AD, C9 and FD. RGB value is (173,201,253). Sum of RGB (Red+Green+Blue) = 173+201+253=627 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.59% from 627); Green value is 201 (78.91% from 255 or 32.06% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADC9FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC9FD is #523602. Grayscale: #C6C6C6. Windows color (decimal): -5387779 or 16632237. OLE color: 16632237.
HSL color Cylindrical-coordinate representation of color #ADC9FD: hue angle of 219º 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 #ADC9FD is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 201 | 253 | - |
CMYK | 0.32 | 0.21 | 0 | 0.01 |
HSL | 219º | 0.95% | 0.84% | - |
HSV(B) | 219º | 0.32% | 0.99% | - |
XYZ | 55.85 | 57.75 | 101.13 | - |
YUV | 198.56 | 158.72 | 109.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 201 | 253 | 0.32 | 0.21 | 0 | 0.01 | 219 | 0.95 | 0.84 |
Hex | AD | C9 | FD | 20 | 15 | 0 | 1 | DB | 5F | 54 |
Octal | 255 | 311 | 375 | 40 | 25 | 0 | 1 | 333 | 137 | 124 |
Binary | 10101101 | 11001001 | 11111101 | 100000 | 10101 | 0 | 1 | 11011011 | 1011111 | 1010100 |
Color Harmonies of #ADC9FD
Complementary color
Monochromatic Colors of #ADC9FD
Black with #ADC9FD
Text Example
Text Example
White with #ADC9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC9FD; }
p { color: rgb(173,201,253); }
H1.HeaderClassName
{
color: #ADC9FD;
}
.AnyTagClassName
{
color: #ADC9FD;
}
</style>
background-color css
<style>
a { background-color: #ADC9FD; }
a { background-color: rgb(173,201,253); }
div.DivClassName
{
background-color: #ADC9FD;
}
.BgClassName
{
background-color: #ADC9FD;
}
</style>
border-color css
<style>
span { border-color: #ADC9FD; }
span { border-color: rgb(173,201,253); }
td.TdClassName
{
border-color: #ADC9FD;
}
.TagClassName
{
border-color: #ADC9FD;
}
</style>