Shades of Light Blue #ACD4E7
Tints of Light Blue #ACD4E7
RGB
CMYK
RGB Variations
Color information
#ACD4E7 (or 0xACD4E7) is known color: Light Blue. HEX triplet: AC, D4 and E7. RGB value is (172,212,231). Sum of RGB (Red+Green+Blue) = 172+212+231=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 212 (83.20% from 255 or 34.47% from 615); Blue value is 231 (90.62% from 255 or 37.56% from 615); Max value from RGB is 231 - color contains mainly: blue. Hex color #ACD4E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD4E7 is #532B18. Grayscale: #CACACA. Windows color (decimal): -5450521 or 15193260. OLE color: 15193260.
HSL color Cylindrical-coordinate representation of color #ACD4E7: hue angle of 199.32º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACD4E7 is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 172 | 212 | 231 | - |
CMYK | 0.26 | 0.08 | 0 | 0.09 |
HSL | 199.32º | 0.55% | 0.79% | - |
HSV(B) | 199.32º | 0.26% | 0.91% | - |
XYZ | 54.98 | 61.63 | 84.6 | - |
YUV | 202.21 | 144.25 | 106.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 212 | 231 | 0.26 | 0.08 | 0 | 0.09 | 199.32 | 0.55 | 0.79 |
Hex | AC | D4 | E7 | 1A | 8 | 0 | 9 | C7 | 37 | 4F |
Octal | 254 | 324 | 347 | 32 | 10 | 0 | 11 | 307 | 67 | 117 |
Binary | 10101100 | 11010100 | 11100111 | 11010 | 1000 | 0 | 1001 | 11000111 | 110111 | 1001111 |
Color Harmonies of #ACD4E7
Complementary color
Monochromatic Colors of #ACD4E7
Black with #ACD4E7
Text Example
Text Example
White with #ACD4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD4E7; }
p { color: rgb(172,212,231); }
H1.HeaderClassName
{
color: #ACD4E7;
}
.AnyTagClassName
{
color: #ACD4E7;
}
</style>
background-color css
<style>
a { background-color: #ACD4E7; }
a { background-color: rgb(172,212,231); }
div.DivClassName
{
background-color: #ACD4E7;
}
.BgClassName
{
background-color: #ACD4E7;
}
</style>
border-color css
<style>
span { border-color: #ACD4E7; }
span { border-color: rgb(172,212,231); }
td.TdClassName
{
border-color: #ACD4E7;
}
.TagClassName
{
border-color: #ACD4E7;
}
</style>