Html Css Color HEX #ADD1F5 Pale Cornflower Blue
📋 copy color: '#ADD1F5'red 173 ◦ green 209 ◦ blue 245
Shades of Pale Cornflower Blue #ADD1F5
Tints of Pale Cornflower Blue #ADD1F5
RGB
CMYK
RGB Variations
Color information
#ADD1F5 (or 0xADD1F5) is known color: Pale Cornflower Blue. HEX triplet: AD, D1 and F5. RGB value is (173,209,245). Sum of RGB (Red+Green+Blue) = 173+209+245=627 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.59% from 627); Green value is 209 (82.03% from 255 or 33.33% from 627); Blue value is 245 (96.09% from 255 or 39.07% from 627); Max value from RGB is 245 - color contains mainly: blue. Hex color #ADD1F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD1F5 is #522E0A. Grayscale: #CACACA. Windows color (decimal): -5385739 or 16109997. OLE color: 16109997.
HSL color Cylindrical-coordinate representation of color #ADD1F5: hue angle of 210º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADD1F5 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 209 | 245 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.04 |
| HSL | 210º | 0.78% | 0.82% | - |
| HSV(B) | 210º | 0.29% | 0.96% | - |
| XYZ | 56.52 | 61.08 | 95.2 | - |
| YUV | 202.34 | 152.07 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 245 | 0.29 | 0.15 | 0 | 0.04 | 210 | 0.78 | 0.82 |
| Hex | AD | D1 | F5 | 1D | F | 0 | 4 | D2 | 4E | 52 |
| Octal | 255 | 321 | 365 | 35 | 17 | 0 | 4 | 322 | 116 | 122 |
| Binary | 10101101 | 11010001 | 11110101 | 11101 | 1111 | 0 | 100 | 11010010 | 1001110 | 1010010 |
Color Harmonies of #ADD1F5
Complementary color
Monochromatic Colors of #ADD1F5
Black with #ADD1F5
Text Example
Text Example
White with #ADD1F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD1F5; }
p { color: rgb(173,209,245); }
H1.HeaderClassName
{
color: #ADD1F5;
}
.AnyTagClassName
{
color: #ADD1F5;
}
</style>
background-color css
<style>
a { background-color: #ADD1F5; }
a { background-color: rgb(173,209,245); }
div.DivClassName
{
background-color: #ADD1F5;
}
.BgClassName
{
background-color: #ADD1F5;
}
</style>
border-color css
<style>
span { border-color: #ADD1F5; }
span { border-color: rgb(173,209,245); }
td.TdClassName
{
border-color: #ADD1F5;
}
.TagClassName
{
border-color: #ADD1F5;
}
</style>