Html Css Color HEX #ACD0F2 Pale Cornflower Blue
📋 copy color: '#ACD0F2'red 172 ◦ green 208 ◦ blue 242
Shades of Pale Cornflower Blue #ACD0F2
Tints of Pale Cornflower Blue #ACD0F2
RGB
CMYK
RGB Variations
Color information
#ACD0F2 (or 0xACD0F2) is known color: Pale Cornflower Blue. HEX triplet: AC, D0 and F2. RGB value is (172,208,242). Sum of RGB (Red+Green+Blue) = 172+208+242=622 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.65% from 622); Green value is 208 (81.64% from 255 or 33.44% from 622); Blue value is 242 (94.92% from 255 or 38.91% from 622); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACD0F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD0F2 is #532F0D. Grayscale: #C8C8C8. Windows color (decimal): -5451534 or 15913132. OLE color: 15913132.
HSL color Cylindrical-coordinate representation of color #ACD0F2: hue angle of 209.14º 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 #ACD0F2 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 208 | 242 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.05 |
| HSL | 209.14º | 0.73% | 0.81% | - |
| HSV(B) | 209.14º | 0.29% | 0.95% | - |
| XYZ | 55.6 | 60.29 | 92.71 | - |
| YUV | 201.11 | 151.07 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 242 | 0.29 | 0.14 | 0 | 0.05 | 209.14 | 0.73 | 0.81 |
| Hex | AC | D0 | F2 | 1D | E | 0 | 5 | D1 | 49 | 51 |
| Octal | 254 | 320 | 362 | 35 | 16 | 0 | 5 | 321 | 111 | 121 |
| Binary | 10101100 | 11010000 | 11110010 | 11101 | 1110 | 0 | 101 | 11010001 | 1001001 | 1010001 |
Color Harmonies of #ACD0F2
Complementary color
Monochromatic Colors of #ACD0F2
Black with #ACD0F2
Text Example
Text Example
White with #ACD0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD0F2; }
p { color: rgb(172,208,242); }
H1.HeaderClassName
{
color: #ACD0F2;
}
.AnyTagClassName
{
color: #ACD0F2;
}
</style>
background-color css
<style>
a { background-color: #ACD0F2; }
a { background-color: rgb(172,208,242); }
div.DivClassName
{
background-color: #ACD0F2;
}
.BgClassName
{
background-color: #ACD0F2;
}
</style>
border-color css
<style>
span { border-color: #ACD0F2; }
span { border-color: rgb(172,208,242); }
td.TdClassName
{
border-color: #ACD0F2;
}
.TagClassName
{
border-color: #ACD0F2;
}
</style>