Html Css Color HEX #ADD0F2 Pale Cornflower Blue
📋 copy color: '#ADD0F2'red 173 ◦ green 208 ◦ blue 242
Shades of Pale Cornflower Blue #ADD0F2
Tints of Pale Cornflower Blue #ADD0F2
RGB
CMYK
RGB Variations
Color information
#ADD0F2 (or 0xADD0F2) is known color: Pale Cornflower Blue. HEX triplet: AD, D0 and F2. RGB value is (173,208,242). Sum of RGB (Red+Green+Blue) = 173+208+242=623 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.77% from 623); Green value is 208 (81.64% from 255 or 33.39% from 623); Blue value is 242 (94.92% from 255 or 38.84% from 623); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADD0F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD0F2 is #522F0D. Grayscale: #C9C9C9. Windows color (decimal): -5385998 or 15913133. OLE color: 15913133.
HSL color Cylindrical-coordinate representation of color #ADD0F2: hue angle of 209.57º 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 #ADD0F2 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 208 | 242 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.05 |
| HSL | 209.57º | 0.73% | 0.81% | - |
| HSV(B) | 209.57º | 0.29% | 0.95% | - |
| XYZ | 55.82 | 60.41 | 92.72 | - |
| YUV | 201.41 | 150.9 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 242 | 0.29 | 0.14 | 0 | 0.05 | 209.57 | 0.73 | 0.81 |
| Hex | AD | D0 | F2 | 1D | E | 0 | 5 | D2 | 49 | 51 |
| Octal | 255 | 320 | 362 | 35 | 16 | 0 | 5 | 322 | 111 | 121 |
| Binary | 10101101 | 11010000 | 11110010 | 11101 | 1110 | 0 | 101 | 11010010 | 1001001 | 1010001 |
Color Harmonies of #ADD0F2
Complementary color
Monochromatic Colors of #ADD0F2
Black with #ADD0F2
Text Example
Text Example
White with #ADD0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD0F2; }
p { color: rgb(173,208,242); }
H1.HeaderClassName
{
color: #ADD0F2;
}
.AnyTagClassName
{
color: #ADD0F2;
}
</style>
background-color css
<style>
a { background-color: #ADD0F2; }
a { background-color: rgb(173,208,242); }
div.DivClassName
{
background-color: #ADD0F2;
}
.BgClassName
{
background-color: #ADD0F2;
}
</style>
border-color css
<style>
span { border-color: #ADD0F2; }
span { border-color: rgb(173,208,242); }
td.TdClassName
{
border-color: #ADD0F2;
}
.TagClassName
{
border-color: #ADD0F2;
}
</style>