Html Css Color HEX #ACCDE8 Pale Cornflower Blue
📋 copy color: '#ACCDE8'red 172 ◦ green 205 ◦ blue 232
Shades of Pale Cornflower Blue #ACCDE8
Tints of Pale Cornflower Blue #ACCDE8
RGB
CMYK
RGB Variations
Color information
#ACCDE8 (or 0xACCDE8) is known color: Pale Cornflower Blue. HEX triplet: AC, CD and E8. RGB value is (172,205,232). Sum of RGB (Red+Green+Blue) = 172+205+232=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 232 (91.02% from 255 or 38.10% from 609); Max value from RGB is 232 - color contains mainly: blue. Hex color #ACCDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCDE8 is #533217. Grayscale: #C6C6C6. Windows color (decimal): -5452312 or 15257004. OLE color: 15257004.
HSL color Cylindrical-coordinate representation of color #ACCDE8: hue angle of 207º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACCDE8 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 205 | 232 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.09 |
| HSL | 207º | 0.57% | 0.79% | - |
| HSV(B) | 207º | 0.26% | 0.91% | - |
| XYZ | 53.41 | 58.26 | 84.77 | - |
| YUV | 198.21 | 147.07 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 205 | 232 | 0.26 | 0.12 | 0 | 0.09 | 207 | 0.57 | 0.79 |
| Hex | AC | CD | E8 | 1A | C | 0 | 9 | CF | 39 | 4F |
| Octal | 254 | 315 | 350 | 32 | 14 | 0 | 11 | 317 | 71 | 117 |
| Binary | 10101100 | 11001101 | 11101000 | 11010 | 1100 | 0 | 1001 | 11001111 | 111001 | 1001111 |
Color Harmonies of #ACCDE8
Complementary color
Monochromatic Colors of #ACCDE8
Black with #ACCDE8
Text Example
Text Example
White with #ACCDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCDE8; }
p { color: rgb(172,205,232); }
H1.HeaderClassName
{
color: #ACCDE8;
}
.AnyTagClassName
{
color: #ACCDE8;
}
</style>
background-color css
<style>
a { background-color: #ACCDE8; }
a { background-color: rgb(172,205,232); }
div.DivClassName
{
background-color: #ACCDE8;
}
.BgClassName
{
background-color: #ACCDE8;
}
</style>
border-color css
<style>
span { border-color: #ACCDE8; }
span { border-color: rgb(172,205,232); }
td.TdClassName
{
border-color: #ACCDE8;
}
.TagClassName
{
border-color: #ACCDE8;
}
</style>