Html Css Color HEX #ACCDEF Pale Cornflower Blue
📋 copy color: '#ACCDEF'red 172 ◦ green 205 ◦ blue 239
Shades of Pale Cornflower Blue #ACCDEF
Tints of Pale Cornflower Blue #ACCDEF
RGB
CMYK
RGB Variations
Color information
#ACCDEF (or 0xACCDEF) is known color: Pale Cornflower Blue. HEX triplet: AC, CD and EF. RGB value is (172,205,239). Sum of RGB (Red+Green+Blue) = 172+205+239=616 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.92% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACCDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCDEF is #533210. Grayscale: #C6C6C6. Windows color (decimal): -5452305 or 15715756. OLE color: 15715756.
HSL color Cylindrical-coordinate representation of color #ACCDEF: hue angle of 210.45º 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 #ACCDEF is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 205 | 239 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.06 |
| HSL | 210.45º | 0.68% | 0.81% | - |
| HSV(B) | 210.45º | 0.28% | 0.94% | - |
| XYZ | 54.42 | 58.67 | 90.12 | - |
| YUV | 199.01 | 150.57 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 205 | 239 | 0.28 | 0.14 | 0 | 0.06 | 210.45 | 0.68 | 0.81 |
| Hex | AC | CD | EF | 1C | E | 0 | 6 | D2 | 44 | 51 |
| Octal | 254 | 315 | 357 | 34 | 16 | 0 | 6 | 322 | 104 | 121 |
| Binary | 10101100 | 11001101 | 11101111 | 11100 | 1110 | 0 | 110 | 11010010 | 1000100 | 1010001 |
Color Harmonies of #ACCDEF
Complementary color
Monochromatic Colors of #ACCDEF
Black with #ACCDEF
Text Example
Text Example
White with #ACCDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCDEF; }
p { color: rgb(172,205,239); }
H1.HeaderClassName
{
color: #ACCDEF;
}
.AnyTagClassName
{
color: #ACCDEF;
}
</style>
background-color css
<style>
a { background-color: #ACCDEF; }
a { background-color: rgb(172,205,239); }
div.DivClassName
{
background-color: #ACCDEF;
}
.BgClassName
{
background-color: #ACCDEF;
}
</style>
border-color css
<style>
span { border-color: #ACCDEF; }
span { border-color: rgb(172,205,239); }
td.TdClassName
{
border-color: #ACCDEF;
}
.TagClassName
{
border-color: #ACCDEF;
}
</style>