Html Css Color HEX #ADD1F2 Pale Cornflower Blue
📋 copy color: '#ADD1F2'red 173 ◦ green 209 ◦ blue 242
Shades of Pale Cornflower Blue #ADD1F2
Tints of Pale Cornflower Blue #ADD1F2
RGB
CMYK
RGB Variations
Color information
#ADD1F2 (or 0xADD1F2) is known color: Pale Cornflower Blue. HEX triplet: AD, D1 and F2. RGB value is (173,209,242). Sum of RGB (Red+Green+Blue) = 173+209+242=624 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.72% from 624); Green value is 209 (82.03% from 255 or 33.49% from 624); Blue value is 242 (94.92% from 255 or 38.78% from 624); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADD1F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD1F2 is #522E0D. Grayscale: #C9C9C9. Windows color (decimal): -5385742 or 15913389. OLE color: 15913389.
HSL color Cylindrical-coordinate representation of color #ADD1F2: hue angle of 208.7º 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 #ADD1F2 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 209 | 242 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.05 |
| HSL | 208.7º | 0.73% | 0.81% | - |
| HSV(B) | 208.7º | 0.29% | 0.95% | - |
| XYZ | 56.06 | 60.9 | 92.8 | - |
| YUV | 202 | 150.57 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 242 | 0.29 | 0.14 | 0 | 0.05 | 208.7 | 0.73 | 0.81 |
| Hex | AD | D1 | F2 | 1D | E | 0 | 5 | D1 | 49 | 51 |
| Octal | 255 | 321 | 362 | 35 | 16 | 0 | 5 | 321 | 111 | 121 |
| Binary | 10101101 | 11010001 | 11110010 | 11101 | 1110 | 0 | 101 | 11010001 | 1001001 | 1010001 |
Color Harmonies of #ADD1F2
Complementary color
Monochromatic Colors of #ADD1F2
Black with #ADD1F2
Text Example
Text Example
White with #ADD1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD1F2; }
p { color: rgb(173,209,242); }
H1.HeaderClassName
{
color: #ADD1F2;
}
.AnyTagClassName
{
color: #ADD1F2;
}
</style>
background-color css
<style>
a { background-color: #ADD1F2; }
a { background-color: rgb(173,209,242); }
div.DivClassName
{
background-color: #ADD1F2;
}
.BgClassName
{
background-color: #ADD1F2;
}
</style>
border-color css
<style>
span { border-color: #ADD1F2; }
span { border-color: rgb(173,209,242); }
td.TdClassName
{
border-color: #ADD1F2;
}
.TagClassName
{
border-color: #ADD1F2;
}
</style>