Html Css Color HEX #ACCEFE Pale Cornflower Blue
📋 copy color: '#ACCEFE'red 172 ◦ green 206 ◦ blue 254
Shades of Pale Cornflower Blue #ACCEFE
Tints of Pale Cornflower Blue #ACCEFE
RGB
CMYK
RGB Variations
Color information
#ACCEFE (or 0xACCEFE) is known color: Pale Cornflower Blue. HEX triplet: AC, CE and FE. RGB value is (172,206,254). Sum of RGB (Red+Green+Blue) = 172+206+254=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACCEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCEFE is #533101. Grayscale: #C9C9C9. Windows color (decimal): -5452034 or 16699052. OLE color: 16699052.
HSL color Cylindrical-coordinate representation of color #ACCEFE: hue angle of 215.12º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACCEFE is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 206 | 254 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.00 |
| HSL | 215.12º | 0.98% | 0.84% | - |
| HSV(B) | 215.12º | 0.32% | 1% | - |
| XYZ | 56.97 | 60.07 | 102.36 | - |
| YUV | 201.31 | 157.74 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 254 | 0.32 | 0.19 | 0 | 0.00 | 215.12 | 0.98 | 0.84 |
| Hex | AC | CE | FE | 20 | 13 | 0 | 0 | D7 | 62 | 54 |
| Octal | 254 | 316 | 376 | 40 | 23 | 0 | 0 | 327 | 142 | 124 |
| Binary | 10101100 | 11001110 | 11111110 | 100000 | 10011 | 0 | 0 | 11010111 | 1100010 | 1010100 |
Color Harmonies of #ACCEFE
Complementary color
Monochromatic Colors of #ACCEFE
Black with #ACCEFE
Text Example
Text Example
White with #ACCEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCEFE; }
p { color: rgb(172,206,254); }
H1.HeaderClassName
{
color: #ACCEFE;
}
.AnyTagClassName
{
color: #ACCEFE;
}
</style>
background-color css
<style>
a { background-color: #ACCEFE; }
a { background-color: rgb(172,206,254); }
div.DivClassName
{
background-color: #ACCEFE;
}
.BgClassName
{
background-color: #ACCEFE;
}
</style>
border-color css
<style>
span { border-color: #ACCEFE; }
span { border-color: rgb(172,206,254); }
td.TdClassName
{
border-color: #ACCEFE;
}
.TagClassName
{
border-color: #ACCEFE;
}
</style>