Html Css Color HEX #ADCCEC Pale Cornflower Blue
📋 copy color: '#ADCCEC'red 173 ◦ green 204 ◦ blue 236
Shades of Pale Cornflower Blue #ADCCEC
Tints of Pale Cornflower Blue #ADCCEC
RGB
CMYK
RGB Variations
Color information
#ADCCEC (or 0xADCCEC) is known color: Pale Cornflower Blue. HEX triplet: AD, CC and EC. RGB value is (173,204,236). Sum of RGB (Red+Green+Blue) = 173+204+236=613 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.22% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADCCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCCEC is #523313. Grayscale: #C6C6C6. Windows color (decimal): -5387028 or 15518893. OLE color: 15518893.
HSL color Cylindrical-coordinate representation of color #ADCCEC: hue angle of 210.48º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADCCEC is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 204 | 236 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.07 |
| HSL | 210.48º | 0.62% | 0.8% | - |
| HSV(B) | 210.48º | 0.27% | 0.93% | - |
| XYZ | 53.97 | 58.13 | 87.73 | - |
| YUV | 198.38 | 149.23 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 236 | 0.27 | 0.14 | 0 | 0.07 | 210.48 | 0.62 | 0.8 |
| Hex | AD | CC | EC | 1B | E | 0 | 7 | D2 | 3E | 50 |
| Octal | 255 | 314 | 354 | 33 | 16 | 0 | 7 | 322 | 76 | 120 |
| Binary | 10101101 | 11001100 | 11101100 | 11011 | 1110 | 0 | 111 | 11010010 | 111110 | 1010000 |
Color Harmonies of #ADCCEC
Complementary color
Monochromatic Colors of #ADCCEC
Black with #ADCCEC
Text Example
Text Example
White with #ADCCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCCEC; }
p { color: rgb(173,204,236); }
H1.HeaderClassName
{
color: #ADCCEC;
}
.AnyTagClassName
{
color: #ADCCEC;
}
</style>
background-color css
<style>
a { background-color: #ADCCEC; }
a { background-color: rgb(173,204,236); }
div.DivClassName
{
background-color: #ADCCEC;
}
.BgClassName
{
background-color: #ADCCEC;
}
</style>
border-color css
<style>
span { border-color: #ADCCEC; }
span { border-color: rgb(173,204,236); }
td.TdClassName
{
border-color: #ADCCEC;
}
.TagClassName
{
border-color: #ADCCEC;
}
</style>