Html Css Color HEX #ACCCFD Pale Cornflower Blue
📋 copy color: '#ACCCFD'red 172 ◦ green 204 ◦ blue 253
Shades of Pale Cornflower Blue #ACCCFD
Tints of Pale Cornflower Blue #ACCCFD
RGB
CMYK
RGB Variations
Color information
#ACCCFD (or 0xACCCFD) is known color: Pale Cornflower Blue. HEX triplet: AC, CC and FD. RGB value is (172,204,253). Sum of RGB (Red+Green+Blue) = 172+204+253=629 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.34% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACCCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCCFD is #533302. Grayscale: #C7C7C7. Windows color (decimal): -5452547 or 16633004. OLE color: 16633004.
HSL color Cylindrical-coordinate representation of color #ACCCFD: hue angle of 216.3º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACCCFD is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 172 | 204 | 253 | - |
CMYK | 0.32 | 0.19 | 0 | 0.01 |
HSL | 216.3º | 0.95% | 0.83% | - |
HSV(B) | 216.3º | 0.32% | 0.99% | - |
XYZ | 56.34 | 59.05 | 101.36 | - |
YUV | 200.02 | 157.9 | 108.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 204 | 253 | 0.32 | 0.19 | 0 | 0.01 | 216.3 | 0.95 | 0.83 |
Hex | AC | CC | FD | 20 | 13 | 0 | 1 | D8 | 5F | 53 |
Octal | 254 | 314 | 375 | 40 | 23 | 0 | 1 | 330 | 137 | 123 |
Binary | 10101100 | 11001100 | 11111101 | 100000 | 10011 | 0 | 1 | 11011000 | 1011111 | 1010011 |
Color Harmonies of #ACCCFD
Complementary color
Monochromatic Colors of #ACCCFD
Black with #ACCCFD
Text Example
Text Example
White with #ACCCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCCFD; }
p { color: rgb(172,204,253); }
H1.HeaderClassName
{
color: #ACCCFD;
}
.AnyTagClassName
{
color: #ACCCFD;
}
</style>
background-color css
<style>
a { background-color: #ACCCFD; }
a { background-color: rgb(172,204,253); }
div.DivClassName
{
background-color: #ACCCFD;
}
.BgClassName
{
background-color: #ACCCFD;
}
</style>
border-color css
<style>
span { border-color: #ACCCFD; }
span { border-color: rgb(172,204,253); }
td.TdClassName
{
border-color: #ACCCFD;
}
.TagClassName
{
border-color: #ACCCFD;
}
</style>