Html Css Color HEX #ADCBFF Pale Cornflower Blue
📋 copy color: '#ADCBFF'red 173 ◦ green 203 ◦ blue 255
Shades of Pale Cornflower Blue #ADCBFF
Tints of Pale Cornflower Blue #ADCBFF
RGB
CMYK
RGB Variations
Color information
#ADCBFF (or 0xADCBFF) is known color: Pale Cornflower Blue. HEX triplet: AD, CB and FF. RGB value is (173,203,255). Sum of RGB (Red+Green+Blue) = 173+203+255=631 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.42% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADCBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCBFF is #523400. Grayscale: #C7C7C7. Windows color (decimal): -5387265 or 16763821. OLE color: 16763821.
HSL color Cylindrical-coordinate representation of color #ADCBFF: hue angle of 218.05º 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 #ADCBFF is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 203 | 255 | - |
| CMYK | 0.32 | 0.20 | 0 | 0 |
| HSL | 218.05º | 1% | 0.84% | - |
| HSV(B) | 218.05º | 0.32% | 1% | - |
| XYZ | 56.64 | 58.82 | 102.98 | - |
| YUV | 199.96 | 159.06 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 255 | 0.32 | 0.20 | 0 | 0 | 218.05 | 1 | 0.84 |
| Hex | AD | CB | FF | 20 | 14 | 0 | 0 | DA | 64 | 54 |
| Octal | 255 | 313 | 377 | 40 | 24 | 0 | 0 | 332 | 144 | 124 |
| Binary | 10101101 | 11001011 | 11111111 | 100000 | 10100 | 0 | 0 | 11011010 | 1100100 | 1010100 |
Color Harmonies of #ADCBFF
Complementary color
Monochromatic Colors of #ADCBFF
Black with #ADCBFF
Text Example
Text Example
White with #ADCBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCBFF; }
p { color: rgb(173,203,255); }
H1.HeaderClassName
{
color: #ADCBFF;
}
.AnyTagClassName
{
color: #ADCBFF;
}
</style>
background-color css
<style>
a { background-color: #ADCBFF; }
a { background-color: rgb(173,203,255); }
div.DivClassName
{
background-color: #ADCBFF;
}
.BgClassName
{
background-color: #ADCBFF;
}
</style>
border-color css
<style>
span { border-color: #ADCBFF; }
span { border-color: rgb(173,203,255); }
td.TdClassName
{
border-color: #ADCBFF;
}
.TagClassName
{
border-color: #ADCBFF;
}
</style>