Html Css Color HEX #ACD3F0 Pale Cornflower Blue
📋 copy color: '#ACD3F0'red 172 ◦ green 211 ◦ blue 240
Shades of Pale Cornflower Blue #ACD3F0
Tints of Pale Cornflower Blue #ACD3F0
RGB
CMYK
RGB Variations
Color information
#ACD3F0 (or 0xACD3F0) is known color: Pale Cornflower Blue. HEX triplet: AC, D3 and F0. RGB value is (172,211,240). Sum of RGB (Red+Green+Blue) = 172+211+240=623 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.61% from 623); Green value is 211 (82.81% from 255 or 33.87% from 623); Blue value is 240 (94.14% from 255 or 38.52% from 623); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACD3F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD3F0 is #532C0F. Grayscale: #CACACA. Windows color (decimal): -5450768 or 15782828. OLE color: 15782828.
HSL color Cylindrical-coordinate representation of color #ACD3F0: hue angle of 205.59º degrees, saturation: 0.69, 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 #ACD3F0 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 211 | 240 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.06 |
| HSL | 205.59º | 0.69% | 0.81% | - |
| HSV(B) | 205.59º | 0.28% | 0.94% | - |
| XYZ | 56.04 | 61.65 | 91.38 | - |
| YUV | 202.65 | 149.08 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 240 | 0.28 | 0.12 | 0 | 0.06 | 205.59 | 0.69 | 0.81 |
| Hex | AC | D3 | F0 | 1C | C | 0 | 6 | CE | 45 | 51 |
| Octal | 254 | 323 | 360 | 34 | 14 | 0 | 6 | 316 | 105 | 121 |
| Binary | 10101100 | 11010011 | 11110000 | 11100 | 1100 | 0 | 110 | 11001110 | 1000101 | 1010001 |
Color Harmonies of #ACD3F0
Complementary color
Monochromatic Colors of #ACD3F0
Black with #ACD3F0
Text Example
Text Example
White with #ACD3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD3F0; }
p { color: rgb(172,211,240); }
H1.HeaderClassName
{
color: #ACD3F0;
}
.AnyTagClassName
{
color: #ACD3F0;
}
</style>
background-color css
<style>
a { background-color: #ACD3F0; }
a { background-color: rgb(172,211,240); }
div.DivClassName
{
background-color: #ACD3F0;
}
.BgClassName
{
background-color: #ACD3F0;
}
</style>
border-color css
<style>
span { border-color: #ACD3F0; }
span { border-color: rgb(172,211,240); }
td.TdClassName
{
border-color: #ACD3F0;
}
.TagClassName
{
border-color: #ACD3F0;
}
</style>