Html Css Color HEX #ACD5FF Pale Cornflower Blue
📋 copy color: '#ACD5FF'red 172 ◦ green 213 ◦ blue 255
Shades of Pale Cornflower Blue #ACD5FF
Tints of Pale Cornflower Blue #ACD5FF
RGB
CMYK
RGB Variations
Color information
#ACD5FF (or 0xACD5FF) is known color: Pale Cornflower Blue. HEX triplet: AC, D5 and FF. RGB value is (172,213,255). Sum of RGB (Red+Green+Blue) = 172+213+255=640 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.88% from 640); Green value is 213 (83.59% from 255 or 33.28% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACD5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD5FF is #532A00. Grayscale: #CDCDCD. Windows color (decimal): -5450241 or 16766380. OLE color: 16766380.
HSL color Cylindrical-coordinate representation of color #ACD5FF: hue angle of 210.36º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACD5FF is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 172 | 213 | 255 | - |
CMYK | 0.33 | 0.16 | 0 | 0 |
HSL | 210.36º | 1% | 0.84% | - |
HSV(B) | 210.36º | 0.33% | 1% | - |
XYZ | 58.86 | 63.58 | 103.78 | - |
YUV | 205.53 | 155.92 | 104.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 213 | 255 | 0.33 | 0.16 | 0 | 0 | 210.36 | 1 | 0.84 |
Hex | AC | D5 | FF | 21 | 10 | 0 | 0 | D2 | 64 | 54 |
Octal | 254 | 325 | 377 | 41 | 20 | 0 | 0 | 322 | 144 | 124 |
Binary | 10101100 | 11010101 | 11111111 | 100001 | 10000 | 0 | 0 | 11010010 | 1100100 | 1010100 |
Color Harmonies of #ACD5FF
Complementary color
Monochromatic Colors of #ACD5FF
Black with #ACD5FF
Text Example
Text Example
White with #ACD5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD5FF; }
p { color: rgb(172,213,255); }
H1.HeaderClassName
{
color: #ACD5FF;
}
.AnyTagClassName
{
color: #ACD5FF;
}
</style>
background-color css
<style>
a { background-color: #ACD5FF; }
a { background-color: rgb(172,213,255); }
div.DivClassName
{
background-color: #ACD5FF;
}
.BgClassName
{
background-color: #ACD5FF;
}
</style>
border-color css
<style>
span { border-color: #ACD5FF; }
span { border-color: rgb(172,213,255); }
td.TdClassName
{
border-color: #ACD5FF;
}
.TagClassName
{
border-color: #ACD5FF;
}
</style>