Html Css Color HEX #ACD2F0 Pale Cornflower Blue
📋 copy color: '#ACD2F0'red 172 ◦ green 210 ◦ blue 240
Shades of Pale Cornflower Blue #ACD2F0
Tints of Pale Cornflower Blue #ACD2F0
RGB
CMYK
RGB Variations
Color information
#ACD2F0 (or 0xACD2F0) is known color: Pale Cornflower Blue. HEX triplet: AC, D2 and F0. RGB value is (172,210,240). Sum of RGB (Red+Green+Blue) = 172+210+240=622 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.65% from 622); Green value is 210 (82.42% from 255 or 33.76% from 622); Blue value is 240 (94.14% from 255 or 38.59% from 622); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACD2F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD2F0 is #532D0F. Grayscale: #C9C9C9. Windows color (decimal): -5451024 or 15782572. OLE color: 15782572.
HSL color Cylindrical-coordinate representation of color #ACD2F0: hue angle of 206.47º 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 #ACD2F0 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 210 | 240 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.06 |
| HSL | 206.47º | 0.69% | 0.81% | - |
| HSV(B) | 206.47º | 0.28% | 0.94% | - |
| XYZ | 55.79 | 61.16 | 91.3 | - |
| YUV | 202.06 | 149.41 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 240 | 0.28 | 0.12 | 0 | 0.06 | 206.47 | 0.69 | 0.81 |
| Hex | AC | D2 | F0 | 1C | C | 0 | 6 | CE | 45 | 51 |
| Octal | 254 | 322 | 360 | 34 | 14 | 0 | 6 | 316 | 105 | 121 |
| Binary | 10101100 | 11010010 | 11110000 | 11100 | 1100 | 0 | 110 | 11001110 | 1000101 | 1010001 |
Color Harmonies of #ACD2F0
Complementary color
Monochromatic Colors of #ACD2F0
Black with #ACD2F0
Text Example
Text Example
White with #ACD2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD2F0; }
p { color: rgb(172,210,240); }
H1.HeaderClassName
{
color: #ACD2F0;
}
.AnyTagClassName
{
color: #ACD2F0;
}
</style>
background-color css
<style>
a { background-color: #ACD2F0; }
a { background-color: rgb(172,210,240); }
div.DivClassName
{
background-color: #ACD2F0;
}
.BgClassName
{
background-color: #ACD2F0;
}
</style>
border-color css
<style>
span { border-color: #ACD2F0; }
span { border-color: rgb(172,210,240); }
td.TdClassName
{
border-color: #ACD2F0;
}
.TagClassName
{
border-color: #ACD2F0;
}
</style>