Html Css Color HEX #ADCEFE Pale Cornflower Blue
📋 copy color: '#ADCEFE'red 173 ◦ green 206 ◦ blue 254
Shades of Pale Cornflower Blue #ADCEFE
Tints of Pale Cornflower Blue #ADCEFE
RGB
CMYK
RGB Variations
Color information
#ADCEFE (or 0xADCEFE) is known color: Pale Cornflower Blue. HEX triplet: AD, CE and FE. RGB value is (173,206,254). Sum of RGB (Red+Green+Blue) = 173+206+254=633 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.33% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADCEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCEFE is #523101. Grayscale: #C9C9C9. Windows color (decimal): -5386498 or 16699053. OLE color: 16699053.
HSL color Cylindrical-coordinate representation of color #ADCEFE: hue angle of 215.56º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADCEFE is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 206 | 254 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.00 |
| HSL | 215.56º | 0.98% | 0.84% | - |
| HSV(B) | 215.56º | 0.32% | 1% | - |
| XYZ | 57.19 | 60.18 | 102.37 | - |
| YUV | 201.61 | 157.57 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 254 | 0.32 | 0.19 | 0 | 0.00 | 215.56 | 0.98 | 0.84 |
| Hex | AD | CE | FE | 20 | 13 | 0 | 0 | D8 | 62 | 54 |
| Octal | 255 | 316 | 376 | 40 | 23 | 0 | 0 | 330 | 142 | 124 |
| Binary | 10101101 | 11001110 | 11111110 | 100000 | 10011 | 0 | 0 | 11011000 | 1100010 | 1010100 |
Color Harmonies of #ADCEFE
Complementary color
Monochromatic Colors of #ADCEFE
Black with #ADCEFE
Text Example
Text Example
White with #ADCEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCEFE; }
p { color: rgb(173,206,254); }
H1.HeaderClassName
{
color: #ADCEFE;
}
.AnyTagClassName
{
color: #ADCEFE;
}
</style>
background-color css
<style>
a { background-color: #ADCEFE; }
a { background-color: rgb(173,206,254); }
div.DivClassName
{
background-color: #ADCEFE;
}
.BgClassName
{
background-color: #ADCEFE;
}
</style>
border-color css
<style>
span { border-color: #ADCEFE; }
span { border-color: rgb(173,206,254); }
td.TdClassName
{
border-color: #ADCEFE;
}
.TagClassName
{
border-color: #ADCEFE;
}
</style>