Html Css Color HEX #ADCFF1 Pale Cornflower Blue
📋 copy color: '#ADCFF1'red 173 ◦ green 207 ◦ blue 241
Shades of Pale Cornflower Blue #ADCFF1
Tints of Pale Cornflower Blue #ADCFF1
RGB
CMYK
RGB Variations
Color information
#ADCFF1 (or 0xADCFF1) is known color: Pale Cornflower Blue. HEX triplet: AD, CF and F1. RGB value is (173,207,241). Sum of RGB (Red+Green+Blue) = 173+207+241=621 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.86% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 241 (94.53% from 255 or 38.81% from 621); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADCFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCFF1 is #52300E. Grayscale: #C8C8C8. Windows color (decimal): -5386255 or 15847341. OLE color: 15847341.
HSL color Cylindrical-coordinate representation of color #ADCFF1: hue angle of 210º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADCFF1 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 207 | 241 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.05 |
| HSL | 210º | 0.71% | 0.81% | - |
| HSV(B) | 210º | 0.28% | 0.95% | - |
| XYZ | 55.42 | 59.86 | 91.85 | - |
| YUV | 200.71 | 150.74 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 241 | 0.28 | 0.14 | 0 | 0.05 | 210 | 0.71 | 0.81 |
| Hex | AD | CF | F1 | 1C | E | 0 | 5 | D2 | 47 | 51 |
| Octal | 255 | 317 | 361 | 34 | 16 | 0 | 5 | 322 | 107 | 121 |
| Binary | 10101101 | 11001111 | 11110001 | 11100 | 1110 | 0 | 101 | 11010010 | 1000111 | 1010001 |
Color Harmonies of #ADCFF1
Complementary color
Monochromatic Colors of #ADCFF1
Black with #ADCFF1
Text Example
Text Example
White with #ADCFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCFF1; }
p { color: rgb(173,207,241); }
H1.HeaderClassName
{
color: #ADCFF1;
}
.AnyTagClassName
{
color: #ADCFF1;
}
</style>
background-color css
<style>
a { background-color: #ADCFF1; }
a { background-color: rgb(173,207,241); }
div.DivClassName
{
background-color: #ADCFF1;
}
.BgClassName
{
background-color: #ADCFF1;
}
</style>
border-color css
<style>
span { border-color: #ADCFF1; }
span { border-color: rgb(173,207,241); }
td.TdClassName
{
border-color: #ADCFF1;
}
.TagClassName
{
border-color: #ADCFF1;
}
</style>