Html Css Color HEX #ACD0EF Pale Cornflower Blue
📋 copy color: '#ACD0EF'red 172 ◦ green 208 ◦ blue 239
Shades of Pale Cornflower Blue #ACD0EF
Tints of Pale Cornflower Blue #ACD0EF
RGB
CMYK
RGB Variations
Color information
#ACD0EF (or 0xACD0EF) is known color: Pale Cornflower Blue. HEX triplet: AC, D0 and EF. RGB value is (172,208,239). Sum of RGB (Red+Green+Blue) = 172+208+239=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 208 (81.64% from 255 or 33.60% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACD0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD0EF is #532F10. Grayscale: #C8C8C8. Windows color (decimal): -5451537 or 15716524. OLE color: 15716524.
HSL color Cylindrical-coordinate representation of color #ACD0EF: hue angle of 207.76º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACD0EF is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 208 | 239 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.06 |
| HSL | 207.76º | 0.68% | 0.81% | - |
| HSV(B) | 207.76º | 0.28% | 0.94% | - |
| XYZ | 55.15 | 60.11 | 90.36 | - |
| YUV | 200.77 | 149.57 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 239 | 0.28 | 0.13 | 0 | 0.06 | 207.76 | 0.68 | 0.81 |
| Hex | AC | D0 | EF | 1C | D | 0 | 6 | D0 | 44 | 51 |
| Octal | 254 | 320 | 357 | 34 | 15 | 0 | 6 | 320 | 104 | 121 |
| Binary | 10101100 | 11010000 | 11101111 | 11100 | 1101 | 0 | 110 | 11010000 | 1000100 | 1010001 |
Color Harmonies of #ACD0EF
Complementary color
Monochromatic Colors of #ACD0EF
Black with #ACD0EF
Text Example
Text Example
White with #ACD0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD0EF; }
p { color: rgb(172,208,239); }
H1.HeaderClassName
{
color: #ACD0EF;
}
.AnyTagClassName
{
color: #ACD0EF;
}
</style>
background-color css
<style>
a { background-color: #ACD0EF; }
a { background-color: rgb(172,208,239); }
div.DivClassName
{
background-color: #ACD0EF;
}
.BgClassName
{
background-color: #ACD0EF;
}
</style>
border-color css
<style>
span { border-color: #ACD0EF; }
span { border-color: rgb(172,208,239); }
td.TdClassName
{
border-color: #ACD0EF;
}
.TagClassName
{
border-color: #ACD0EF;
}
</style>