Html Css Color HEX #ADCEF2 Pale Cornflower Blue
📋 copy color: '#ADCEF2'red 173 ◦ green 206 ◦ blue 242
Shades of Pale Cornflower Blue #ADCEF2
Tints of Pale Cornflower Blue #ADCEF2
RGB
CMYK
RGB Variations
Color information
#ADCEF2 (or 0xADCEF2) is known color: Pale Cornflower Blue. HEX triplet: AD, CE and F2. RGB value is (173,206,242). Sum of RGB (Red+Green+Blue) = 173+206+242=621 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.86% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 242 (94.92% from 255 or 38.97% from 621); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADCEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCEF2 is #52310D. Grayscale: #C8C8C8. Windows color (decimal): -5386510 or 15912621. OLE color: 15912621.
HSL color Cylindrical-coordinate representation of color #ADCEF2: hue angle of 211.3º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADCEF2 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 206 | 242 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.05 |
| HSL | 211.3º | 0.73% | 0.81% | - |
| HSV(B) | 211.3º | 0.29% | 0.95% | - |
| XYZ | 55.33 | 59.44 | 92.56 | - |
| YUV | 200.24 | 151.57 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 242 | 0.29 | 0.15 | 0 | 0.05 | 211.3 | 0.73 | 0.81 |
| Hex | AD | CE | F2 | 1D | F | 0 | 5 | D3 | 49 | 51 |
| Octal | 255 | 316 | 362 | 35 | 17 | 0 | 5 | 323 | 111 | 121 |
| Binary | 10101101 | 11001110 | 11110010 | 11101 | 1111 | 0 | 101 | 11010011 | 1001001 | 1010001 |
Color Harmonies of #ADCEF2
Complementary color
Monochromatic Colors of #ADCEF2
Black with #ADCEF2
Text Example
Text Example
White with #ADCEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCEF2; }
p { color: rgb(173,206,242); }
H1.HeaderClassName
{
color: #ADCEF2;
}
.AnyTagClassName
{
color: #ADCEF2;
}
</style>
background-color css
<style>
a { background-color: #ADCEF2; }
a { background-color: rgb(173,206,242); }
div.DivClassName
{
background-color: #ADCEF2;
}
.BgClassName
{
background-color: #ADCEF2;
}
</style>
border-color css
<style>
span { border-color: #ADCEF2; }
span { border-color: rgb(173,206,242); }
td.TdClassName
{
border-color: #ADCEF2;
}
.TagClassName
{
border-color: #ADCEF2;
}
</style>