Html Css Color HEX #ADCEEF Pale Cornflower Blue
📋 copy color: '#ADCEEF'red 173 ◦ green 206 ◦ blue 239
Shades of Pale Cornflower Blue #ADCEEF
Tints of Pale Cornflower Blue #ADCEEF
RGB
CMYK
RGB Variations
Color information
#ADCEEF (or 0xADCEEF) is known color: Pale Cornflower Blue. HEX triplet: AD, CE and EF. RGB value is (173,206,239). Sum of RGB (Red+Green+Blue) = 173+206+239=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADCEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCEEF is #523110. Grayscale: #C7C7C7. Windows color (decimal): -5386513 or 15716013. OLE color: 15716013.
HSL color Cylindrical-coordinate representation of color #ADCEEF: hue angle of 210º 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 #ADCEEF is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 206 | 239 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.06 |
| HSL | 210º | 0.67% | 0.81% | - |
| HSV(B) | 210º | 0.28% | 0.94% | - |
| XYZ | 54.88 | 59.26 | 90.21 | - |
| YUV | 199.9 | 150.07 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 239 | 0.28 | 0.14 | 0 | 0.06 | 210 | 0.67 | 0.81 |
| Hex | AD | CE | EF | 1C | E | 0 | 6 | D2 | 43 | 51 |
| Octal | 255 | 316 | 357 | 34 | 16 | 0 | 6 | 322 | 103 | 121 |
| Binary | 10101101 | 11001110 | 11101111 | 11100 | 1110 | 0 | 110 | 11010010 | 1000011 | 1010001 |
Color Harmonies of #ADCEEF
Complementary color
Monochromatic Colors of #ADCEEF
Black with #ADCEEF
Text Example
Text Example
White with #ADCEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCEEF; }
p { color: rgb(173,206,239); }
H1.HeaderClassName
{
color: #ADCEEF;
}
.AnyTagClassName
{
color: #ADCEEF;
}
</style>
background-color css
<style>
a { background-color: #ADCEEF; }
a { background-color: rgb(173,206,239); }
div.DivClassName
{
background-color: #ADCEEF;
}
.BgClassName
{
background-color: #ADCEEF;
}
</style>
border-color css
<style>
span { border-color: #ADCEEF; }
span { border-color: rgb(173,206,239); }
td.TdClassName
{
border-color: #ADCEEF;
}
.TagClassName
{
border-color: #ADCEEF;
}
</style>