Html Css Color HEX #ACD5FD Pale Cornflower Blue
📋 copy color: '#ACD5FD'red 172 ◦ green 213 ◦ blue 253
Shades of Pale Cornflower Blue #ACD5FD
Tints of Pale Cornflower Blue #ACD5FD
RGB
CMYK
RGB Variations
Color information
#ACD5FD (or 0xACD5FD) is known color: Pale Cornflower Blue. HEX triplet: AC, D5 and FD. RGB value is (172,213,253). Sum of RGB (Red+Green+Blue) = 172+213+253=638 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.96% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACD5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD5FD is #532A02. Grayscale: #CDCDCD. Windows color (decimal): -5450243 or 16635308. OLE color: 16635308.
HSL color Cylindrical-coordinate representation of color #ACD5FD: hue angle of 209.63º 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 #ACD5FD is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 172 | 213 | 253 | - |
CMYK | 0.32 | 0.16 | 0 | 0.01 |
HSL | 209.63º | 0.95% | 0.83% | - |
HSV(B) | 209.63º | 0.32% | 0.99% | - |
XYZ | 58.54 | 63.45 | 102.09 | - |
YUV | 205.3 | 154.92 | 104.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 213 | 253 | 0.32 | 0.16 | 0 | 0.01 | 209.63 | 0.95 | 0.83 |
Hex | AC | D5 | FD | 20 | 10 | 0 | 1 | D2 | 5F | 53 |
Octal | 254 | 325 | 375 | 40 | 20 | 0 | 1 | 322 | 137 | 123 |
Binary | 10101100 | 11010101 | 11111101 | 100000 | 10000 | 0 | 1 | 11010010 | 1011111 | 1010011 |
Color Harmonies of #ACD5FD
Complementary color
Monochromatic Colors of #ACD5FD
Black with #ACD5FD
Text Example
Text Example
White with #ACD5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD5FD; }
p { color: rgb(172,213,253); }
H1.HeaderClassName
{
color: #ACD5FD;
}
.AnyTagClassName
{
color: #ACD5FD;
}
</style>
background-color css
<style>
a { background-color: #ACD5FD; }
a { background-color: rgb(172,213,253); }
div.DivClassName
{
background-color: #ACD5FD;
}
.BgClassName
{
background-color: #ACD5FD;
}
</style>
border-color css
<style>
span { border-color: #ACD5FD; }
span { border-color: rgb(172,213,253); }
td.TdClassName
{
border-color: #ACD5FD;
}
.TagClassName
{
border-color: #ACD5FD;
}
</style>