Html Css Color HEX #ADD4F2 Pale Cornflower Blue
📋 copy color: '#ADD4F2'red 173 ◦ green 212 ◦ blue 242
Shades of Pale Cornflower Blue #ADD4F2
Tints of Pale Cornflower Blue #ADD4F2
RGB
CMYK
RGB Variations
Color information
#ADD4F2 (or 0xADD4F2) is known color: Pale Cornflower Blue. HEX triplet: AD, D4 and F2. RGB value is (173,212,242). Sum of RGB (Red+Green+Blue) = 173+212+242=627 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.59% from 627); Green value is 212 (83.20% from 255 or 33.81% from 627); Blue value is 242 (94.92% from 255 or 38.60% from 627); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADD4F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD4F2 is #522B0D. Grayscale: #CBCBCB. Windows color (decimal): -5384974 or 15914157. OLE color: 15914157.
HSL color Cylindrical-coordinate representation of color #ADD4F2: hue angle of 206.09º 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 #ADD4F2 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 212 | 242 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.05 |
| HSL | 206.09º | 0.73% | 0.81% | - |
| HSV(B) | 206.09º | 0.29% | 0.95% | - |
| XYZ | 56.8 | 62.38 | 93.05 | - |
| YUV | 203.76 | 149.58 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 242 | 0.29 | 0.12 | 0 | 0.05 | 206.09 | 0.73 | 0.81 |
| Hex | AD | D4 | F2 | 1D | C | 0 | 5 | CE | 49 | 51 |
| Octal | 255 | 324 | 362 | 35 | 14 | 0 | 5 | 316 | 111 | 121 |
| Binary | 10101101 | 11010100 | 11110010 | 11101 | 1100 | 0 | 101 | 11001110 | 1001001 | 1010001 |
Color Harmonies of #ADD4F2
Complementary color
Monochromatic Colors of #ADD4F2
Black with #ADD4F2
Text Example
Text Example
White with #ADD4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD4F2; }
p { color: rgb(173,212,242); }
H1.HeaderClassName
{
color: #ADD4F2;
}
.AnyTagClassName
{
color: #ADD4F2;
}
</style>
background-color css
<style>
a { background-color: #ADD4F2; }
a { background-color: rgb(173,212,242); }
div.DivClassName
{
background-color: #ADD4F2;
}
.BgClassName
{
background-color: #ADD4F2;
}
</style>
border-color css
<style>
span { border-color: #ADD4F2; }
span { border-color: rgb(173,212,242); }
td.TdClassName
{
border-color: #ADD4F2;
}
.TagClassName
{
border-color: #ADD4F2;
}
</style>