Html Css Color HEX #ACD2EF Pale Cornflower Blue
📋 copy color: '#ACD2EF'red 172 ◦ green 210 ◦ blue 239
Shades of Pale Cornflower Blue #ACD2EF
Tints of Pale Cornflower Blue #ACD2EF
RGB
CMYK
RGB Variations
Color information
#ACD2EF (or 0xACD2EF) is known color: Pale Cornflower Blue. HEX triplet: AC, D2 and EF. RGB value is (172,210,239). Sum of RGB (Red+Green+Blue) = 172+210+239=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 210 (82.42% from 255 or 33.82% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACD2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD2EF is #532D10. Grayscale: #C9C9C9. Windows color (decimal): -5451025 or 15717036. OLE color: 15717036.
HSL color Cylindrical-coordinate representation of color #ACD2EF: hue angle of 205.97º 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 #ACD2EF is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 210 | 239 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.06 |
| HSL | 205.97º | 0.68% | 0.81% | - |
| HSV(B) | 205.97º | 0.28% | 0.94% | - |
| XYZ | 55.64 | 61.1 | 90.52 | - |
| YUV | 201.94 | 148.91 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 239 | 0.28 | 0.12 | 0 | 0.06 | 205.97 | 0.68 | 0.81 |
| Hex | AC | D2 | EF | 1C | C | 0 | 6 | CE | 44 | 51 |
| Octal | 254 | 322 | 357 | 34 | 14 | 0 | 6 | 316 | 104 | 121 |
| Binary | 10101100 | 11010010 | 11101111 | 11100 | 1100 | 0 | 110 | 11001110 | 1000100 | 1010001 |
Color Harmonies of #ACD2EF
Complementary color
Monochromatic Colors of #ACD2EF
Black with #ACD2EF
Text Example
Text Example
White with #ACD2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD2EF; }
p { color: rgb(172,210,239); }
H1.HeaderClassName
{
color: #ACD2EF;
}
.AnyTagClassName
{
color: #ACD2EF;
}
</style>
background-color css
<style>
a { background-color: #ACD2EF; }
a { background-color: rgb(172,210,239); }
div.DivClassName
{
background-color: #ACD2EF;
}
.BgClassName
{
background-color: #ACD2EF;
}
</style>
border-color css
<style>
span { border-color: #ACD2EF; }
span { border-color: rgb(172,210,239); }
td.TdClassName
{
border-color: #ACD2EF;
}
.TagClassName
{
border-color: #ACD2EF;
}
</style>