Html Css Color HEX #ADD0F1 Pale Cornflower Blue
📋 copy color: '#ADD0F1'red 173 ◦ green 208 ◦ blue 241
Shades of Pale Cornflower Blue #ADD0F1
Tints of Pale Cornflower Blue #ADD0F1
RGB
CMYK
RGB Variations
Color information
#ADD0F1 (or 0xADD0F1) is known color: Pale Cornflower Blue. HEX triplet: AD, D0 and F1. RGB value is (173,208,241). Sum of RGB (Red+Green+Blue) = 173+208+241=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 208 (81.64% from 255 or 33.44% from 622); Blue value is 241 (94.53% from 255 or 38.75% from 622); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADD0F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD0F1 is #522F0E. Grayscale: #C9C9C9. Windows color (decimal): -5385999 or 15847597. OLE color: 15847597.
HSL color Cylindrical-coordinate representation of color #ADD0F1: hue angle of 209.12º 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 #ADD0F1 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 208 | 241 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.05 |
| HSL | 209.12º | 0.71% | 0.81% | - |
| HSV(B) | 209.12º | 0.28% | 0.95% | - |
| XYZ | 55.67 | 60.35 | 91.93 | - |
| YUV | 201.3 | 150.4 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 241 | 0.28 | 0.14 | 0 | 0.05 | 209.12 | 0.71 | 0.81 |
| Hex | AD | D0 | F1 | 1C | E | 0 | 5 | D1 | 47 | 51 |
| Octal | 255 | 320 | 361 | 34 | 16 | 0 | 5 | 321 | 107 | 121 |
| Binary | 10101101 | 11010000 | 11110001 | 11100 | 1110 | 0 | 101 | 11010001 | 1000111 | 1010001 |
Color Harmonies of #ADD0F1
Complementary color
Monochromatic Colors of #ADD0F1
Black with #ADD0F1
Text Example
Text Example
White with #ADD0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD0F1; }
p { color: rgb(173,208,241); }
H1.HeaderClassName
{
color: #ADD0F1;
}
.AnyTagClassName
{
color: #ADD0F1;
}
</style>
background-color css
<style>
a { background-color: #ADD0F1; }
a { background-color: rgb(173,208,241); }
div.DivClassName
{
background-color: #ADD0F1;
}
.BgClassName
{
background-color: #ADD0F1;
}
</style>
border-color css
<style>
span { border-color: #ADD0F1; }
span { border-color: rgb(173,208,241); }
td.TdClassName
{
border-color: #ADD0F1;
}
.TagClassName
{
border-color: #ADD0F1;
}
</style>