Html Css Color HEX #ADD2F5 Pale Cornflower Blue
📋 copy color: '#ADD2F5'red 173 ◦ green 210 ◦ blue 245
Shades of Pale Cornflower Blue #ADD2F5
Tints of Pale Cornflower Blue #ADD2F5
RGB
CMYK
RGB Variations
Color information
#ADD2F5 (or 0xADD2F5) is known color: Pale Cornflower Blue. HEX triplet: AD, D2 and F5. RGB value is (173,210,245). Sum of RGB (Red+Green+Blue) = 173+210+245=628 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.55% from 628); Green value is 210 (82.42% from 255 or 33.44% from 628); Blue value is 245 (96.09% from 255 or 39.01% from 628); Max value from RGB is 245 - color contains mainly: blue. Hex color #ADD2F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD2F5 is #522D0A. Grayscale: #CACACA. Windows color (decimal): -5385483 or 16110253. OLE color: 16110253.
HSL color Cylindrical-coordinate representation of color #ADD2F5: hue angle of 209.17º 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 #ADD2F5 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 210 | 245 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.04 |
| HSL | 209.17º | 0.78% | 0.82% | - |
| HSV(B) | 209.17º | 0.29% | 0.96% | - |
| XYZ | 56.76 | 61.57 | 95.28 | - |
| YUV | 202.93 | 151.74 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 245 | 0.29 | 0.14 | 0 | 0.04 | 209.17 | 0.78 | 0.82 |
| Hex | AD | D2 | F5 | 1D | E | 0 | 4 | D1 | 4E | 52 |
| Octal | 255 | 322 | 365 | 35 | 16 | 0 | 4 | 321 | 116 | 122 |
| Binary | 10101101 | 11010010 | 11110101 | 11101 | 1110 | 0 | 100 | 11010001 | 1001110 | 1010010 |
Color Harmonies of #ADD2F5
Complementary color
Monochromatic Colors of #ADD2F5
Black with #ADD2F5
Text Example
Text Example
White with #ADD2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD2F5; }
p { color: rgb(173,210,245); }
H1.HeaderClassName
{
color: #ADD2F5;
}
.AnyTagClassName
{
color: #ADD2F5;
}
</style>
background-color css
<style>
a { background-color: #ADD2F5; }
a { background-color: rgb(173,210,245); }
div.DivClassName
{
background-color: #ADD2F5;
}
.BgClassName
{
background-color: #ADD2F5;
}
</style>
border-color css
<style>
span { border-color: #ADD2F5; }
span { border-color: rgb(173,210,245); }
td.TdClassName
{
border-color: #ADD2F5;
}
.TagClassName
{
border-color: #ADD2F5;
}
</style>