Html Css Color HEX #ADCAFF Pale Cornflower Blue
📋 copy color: '#ADCAFF'red 173 ◦ green 202 ◦ blue 255
Shades of Pale Cornflower Blue #ADCAFF
Tints of Pale Cornflower Blue #ADCAFF
RGB
CMYK
RGB Variations
Color information
#ADCAFF (or 0xADCAFF) is known color: Pale Cornflower Blue. HEX triplet: AD, CA and FF. RGB value is (173,202,255). Sum of RGB (Red+Green+Blue) = 173+202+255=630 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.46% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADCAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCAFF is #523500. Grayscale: #C7C7C7. Windows color (decimal): -5387521 or 16763565. OLE color: 16763565.
HSL color Cylindrical-coordinate representation of color #ADCAFF: hue angle of 218.78º 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 #ADCAFF is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 202 | 255 | - |
| CMYK | 0.32 | 0.21 | 0 | 0 |
| HSL | 218.78º | 1% | 0.84% | - |
| HSV(B) | 218.78º | 0.32% | 1% | - |
| XYZ | 56.4 | 58.35 | 102.9 | - |
| YUV | 199.37 | 159.39 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 202 | 255 | 0.32 | 0.21 | 0 | 0 | 218.78 | 1 | 0.84 |
| Hex | AD | CA | FF | 20 | 15 | 0 | 0 | DB | 64 | 54 |
| Octal | 255 | 312 | 377 | 40 | 25 | 0 | 0 | 333 | 144 | 124 |
| Binary | 10101101 | 11001010 | 11111111 | 100000 | 10101 | 0 | 0 | 11011011 | 1100100 | 1010100 |
Color Harmonies of #ADCAFF
Complementary color
Monochromatic Colors of #ADCAFF
Black with #ADCAFF
Text Example
Text Example
White with #ADCAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCAFF; }
p { color: rgb(173,202,255); }
H1.HeaderClassName
{
color: #ADCAFF;
}
.AnyTagClassName
{
color: #ADCAFF;
}
</style>
background-color css
<style>
a { background-color: #ADCAFF; }
a { background-color: rgb(173,202,255); }
div.DivClassName
{
background-color: #ADCAFF;
}
.BgClassName
{
background-color: #ADCAFF;
}
</style>
border-color css
<style>
span { border-color: #ADCAFF; }
span { border-color: rgb(173,202,255); }
td.TdClassName
{
border-color: #ADCAFF;
}
.TagClassName
{
border-color: #ADCAFF;
}
</style>