Html Css Color HEX #ADCDFD Pale Cornflower Blue
📋 copy color: '#ADCDFD'red 173 ◦ green 205 ◦ blue 253
Shades of Pale Cornflower Blue #ADCDFD
Tints of Pale Cornflower Blue #ADCDFD
RGB
CMYK
RGB Variations
Color information
#ADCDFD (or 0xADCDFD) is known color: Pale Cornflower Blue. HEX triplet: AD, CD and FD. RGB value is (173,205,253). Sum of RGB (Red+Green+Blue) = 173+205+253=631 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.42% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADCDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCDFD is #523202. Grayscale: #C8C8C8. Windows color (decimal): -5386755 or 16633261. OLE color: 16633261.
HSL color Cylindrical-coordinate representation of color #ADCDFD: hue angle of 216º 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 #ADCDFD is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 205 | 253 | - |
CMYK | 0.32 | 0.19 | 0 | 0.01 |
HSL | 216º | 0.95% | 0.84% | - |
HSV(B) | 216º | 0.32% | 0.99% | - |
XYZ | 56.79 | 59.64 | 101.45 | - |
YUV | 200.9 | 157.4 | 108.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 205 | 253 | 0.32 | 0.19 | 0 | 0.01 | 216 | 0.95 | 0.84 |
Hex | AD | CD | FD | 20 | 13 | 0 | 1 | D8 | 5F | 54 |
Octal | 255 | 315 | 375 | 40 | 23 | 0 | 1 | 330 | 137 | 124 |
Binary | 10101101 | 11001101 | 11111101 | 100000 | 10011 | 0 | 1 | 11011000 | 1011111 | 1010100 |
Color Harmonies of #ADCDFD
Complementary color
Monochromatic Colors of #ADCDFD
Black with #ADCDFD
Text Example
Text Example
White with #ADCDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCDFD; }
p { color: rgb(173,205,253); }
H1.HeaderClassName
{
color: #ADCDFD;
}
.AnyTagClassName
{
color: #ADCDFD;
}
</style>
background-color css
<style>
a { background-color: #ADCDFD; }
a { background-color: rgb(173,205,253); }
div.DivClassName
{
background-color: #ADCDFD;
}
.BgClassName
{
background-color: #ADCDFD;
}
</style>
border-color css
<style>
span { border-color: #ADCDFD; }
span { border-color: rgb(173,205,253); }
td.TdClassName
{
border-color: #ADCDFD;
}
.TagClassName
{
border-color: #ADCDFD;
}
</style>