Html Css Color HEX #ADCDEF Pale Cornflower Blue
📋 copy color: '#ADCDEF'red 173 ◦ green 205 ◦ blue 239
Shades of Pale Cornflower Blue #ADCDEF
Tints of Pale Cornflower Blue #ADCDEF
RGB
CMYK
RGB Variations
Color information
#ADCDEF (or 0xADCDEF) is known color: Pale Cornflower Blue. HEX triplet: AD, CD and EF. RGB value is (173,205,239). Sum of RGB (Red+Green+Blue) = 173+205+239=617 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.04% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADCDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCDEF is #523210. Grayscale: #C7C7C7. Windows color (decimal): -5386769 or 15715757. OLE color: 15715757.
HSL color Cylindrical-coordinate representation of color #ADCDEF: hue angle of 210.91º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADCDEF is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 205 | 239 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.06 |
| HSL | 210.91º | 0.67% | 0.81% | - |
| HSV(B) | 210.91º | 0.28% | 0.94% | - |
| XYZ | 54.64 | 58.78 | 90.13 | - |
| YUV | 199.31 | 150.4 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 239 | 0.28 | 0.14 | 0 | 0.06 | 210.91 | 0.67 | 0.81 |
| Hex | AD | CD | EF | 1C | E | 0 | 6 | D3 | 43 | 51 |
| Octal | 255 | 315 | 357 | 34 | 16 | 0 | 6 | 323 | 103 | 121 |
| Binary | 10101101 | 11001101 | 11101111 | 11100 | 1110 | 0 | 110 | 11010011 | 1000011 | 1010001 |
Color Harmonies of #ADCDEF
Complementary color
Monochromatic Colors of #ADCDEF
Black with #ADCDEF
Text Example
Text Example
White with #ADCDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCDEF; }
p { color: rgb(173,205,239); }
H1.HeaderClassName
{
color: #ADCDEF;
}
.AnyTagClassName
{
color: #ADCDEF;
}
</style>
background-color css
<style>
a { background-color: #ADCDEF; }
a { background-color: rgb(173,205,239); }
div.DivClassName
{
background-color: #ADCDEF;
}
.BgClassName
{
background-color: #ADCDEF;
}
</style>
border-color css
<style>
span { border-color: #ADCDEF; }
span { border-color: rgb(173,205,239); }
td.TdClassName
{
border-color: #ADCDEF;
}
.TagClassName
{
border-color: #ADCDEF;
}
</style>