Html Css Color HEX #ADCDF9 Pale Cornflower Blue
📋 copy color: '#ADCDF9'red 173 ◦ green 205 ◦ blue 249
Shades of Pale Cornflower Blue #ADCDF9
Tints of Pale Cornflower Blue #ADCDF9
RGB
CMYK
RGB Variations
Color information
#ADCDF9 (or 0xADCDF9) is known color: Pale Cornflower Blue. HEX triplet: AD, CD and F9. RGB value is (173,205,249). Sum of RGB (Red+Green+Blue) = 173+205+249=627 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.59% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 249 (97.66% from 255 or 39.71% from 627); Max value from RGB is 249 - color contains mainly: blue. Hex color #ADCDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCDF9 is #523206. Grayscale: #C8C8C8. Windows color (decimal): -5386759 or 16371117. OLE color: 16371117.
HSL color Cylindrical-coordinate representation of color #ADCDF9: hue angle of 214.74º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADCDF9 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 173 | 205 | 249 | - |
CMYK | 0.31 | 0.18 | 0 | 0.02 |
HSL | 214.74º | 0.86% | 0.83% | - |
HSV(B) | 214.74º | 0.31% | 0.98% | - |
XYZ | 56.16 | 59.39 | 98.13 | - |
YUV | 200.45 | 155.4 | 108.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 205 | 249 | 0.31 | 0.18 | 0 | 0.02 | 214.74 | 0.86 | 0.83 |
Hex | AD | CD | F9 | 1F | 12 | 0 | 2 | D7 | 56 | 53 |
Octal | 255 | 315 | 371 | 37 | 22 | 0 | 2 | 327 | 126 | 123 |
Binary | 10101101 | 11001101 | 11111001 | 11111 | 10010 | 0 | 10 | 11010111 | 1010110 | 1010011 |
Color Harmonies of #ADCDF9
Complementary color
Monochromatic Colors of #ADCDF9
Black with #ADCDF9
Text Example
Text Example
White with #ADCDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCDF9; }
p { color: rgb(173,205,249); }
H1.HeaderClassName
{
color: #ADCDF9;
}
.AnyTagClassName
{
color: #ADCDF9;
}
</style>
background-color css
<style>
a { background-color: #ADCDF9; }
a { background-color: rgb(173,205,249); }
div.DivClassName
{
background-color: #ADCDF9;
}
.BgClassName
{
background-color: #ADCDF9;
}
</style>
border-color css
<style>
span { border-color: #ADCDF9; }
span { border-color: rgb(173,205,249); }
td.TdClassName
{
border-color: #ADCDF9;
}
.TagClassName
{
border-color: #ADCDF9;
}
</style>