Html Css Color HEX #ACD0FD Pale Cornflower Blue
📋 copy color: '#ACD0FD'red 172 ◦ green 208 ◦ blue 253
Shades of Pale Cornflower Blue #ACD0FD
Tints of Pale Cornflower Blue #ACD0FD
RGB
CMYK
RGB Variations
Color information
#ACD0FD (or 0xACD0FD) is known color: Pale Cornflower Blue. HEX triplet: AC, D0 and FD. RGB value is (172,208,253). Sum of RGB (Red+Green+Blue) = 172+208+253=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 208 (81.64% from 255 or 32.86% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACD0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD0FD is #532F02. Grayscale: #CACACA. Windows color (decimal): -5451523 or 16634028. OLE color: 16634028.
HSL color Cylindrical-coordinate representation of color #ACD0FD: hue angle of 213.33º 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 #ACD0FD is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 172 | 208 | 253 | - |
CMYK | 0.32 | 0.18 | 0 | 0.01 |
HSL | 213.33º | 0.95% | 0.83% | - |
HSV(B) | 213.33º | 0.32% | 0.99% | - |
XYZ | 57.3 | 60.97 | 101.68 | - |
YUV | 202.37 | 156.57 | 106.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 208 | 253 | 0.32 | 0.18 | 0 | 0.01 | 213.33 | 0.95 | 0.83 |
Hex | AC | D0 | FD | 20 | 12 | 0 | 1 | D5 | 5F | 53 |
Octal | 254 | 320 | 375 | 40 | 22 | 0 | 1 | 325 | 137 | 123 |
Binary | 10101100 | 11010000 | 11111101 | 100000 | 10010 | 0 | 1 | 11010101 | 1011111 | 1010011 |
Color Harmonies of #ACD0FD
Complementary color
Monochromatic Colors of #ACD0FD
Black with #ACD0FD
Text Example
Text Example
White with #ACD0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD0FD; }
p { color: rgb(172,208,253); }
H1.HeaderClassName
{
color: #ACD0FD;
}
.AnyTagClassName
{
color: #ACD0FD;
}
</style>
background-color css
<style>
a { background-color: #ACD0FD; }
a { background-color: rgb(172,208,253); }
div.DivClassName
{
background-color: #ACD0FD;
}
.BgClassName
{
background-color: #ACD0FD;
}
</style>
border-color css
<style>
span { border-color: #ACD0FD; }
span { border-color: rgb(172,208,253); }
td.TdClassName
{
border-color: #ACD0FD;
}
.TagClassName
{
border-color: #ACD0FD;
}
</style>