Html Css Color HEX #ADCCFD Pale Cornflower Blue
📋 copy color: '#ADCCFD'red 173 ◦ green 204 ◦ blue 253
Shades of Pale Cornflower Blue #ADCCFD
Tints of Pale Cornflower Blue #ADCCFD
RGB
CMYK
RGB Variations
Color information
#ADCCFD (or 0xADCCFD) is known color: Pale Cornflower Blue. HEX triplet: AD, CC and FD. RGB value is (173,204,253). Sum of RGB (Red+Green+Blue) = 173+204+253=630 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.46% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADCCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCCFD is #523302. Grayscale: #C8C8C8. Windows color (decimal): -5387011 or 16633005. OLE color: 16633005.
HSL color Cylindrical-coordinate representation of color #ADCCFD: hue angle of 216.75º 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 #ADCCFD is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 204 | 253 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.01 |
| HSL | 216.75º | 0.95% | 0.84% | - |
| HSV(B) | 216.75º | 0.32% | 0.99% | - |
| XYZ | 56.56 | 59.16 | 101.37 | - |
| YUV | 200.32 | 157.73 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 253 | 0.32 | 0.19 | 0 | 0.01 | 216.75 | 0.95 | 0.84 |
| Hex | AD | CC | FD | 20 | 13 | 0 | 1 | D9 | 5F | 54 |
| Octal | 255 | 314 | 375 | 40 | 23 | 0 | 1 | 331 | 137 | 124 |
| Binary | 10101101 | 11001100 | 11111101 | 100000 | 10011 | 0 | 1 | 11011001 | 1011111 | 1010100 |
Color Harmonies of #ADCCFD
Complementary color
Monochromatic Colors of #ADCCFD
Black with #ADCCFD
Text Example
Text Example
White with #ADCCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCCFD; }
p { color: rgb(173,204,253); }
H1.HeaderClassName
{
color: #ADCCFD;
}
.AnyTagClassName
{
color: #ADCCFD;
}
</style>
background-color css
<style>
a { background-color: #ADCCFD; }
a { background-color: rgb(173,204,253); }
div.DivClassName
{
background-color: #ADCCFD;
}
.BgClassName
{
background-color: #ADCCFD;
}
</style>
border-color css
<style>
span { border-color: #ADCCFD; }
span { border-color: rgb(173,204,253); }
td.TdClassName
{
border-color: #ADCCFD;
}
.TagClassName
{
border-color: #ADCCFD;
}
</style>