Shades of Light Blue #ACD5E6
Tints of Light Blue #ACD5E6
RGB
CMYK
RGB Variations
Color information
#ACD5E6 (or 0xACD5E6) is known color: Light Blue. HEX triplet: AC, D5 and E6. RGB value is (172,213,230). Sum of RGB (Red+Green+Blue) = 172+213+230=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 213 (83.59% from 255 or 34.63% from 615); Blue value is 230 (90.23% from 255 or 37.40% from 615); Max value from RGB is 230 - color contains mainly: blue. Hex color #ACD5E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD5E6 is #532A19. Grayscale: #CACACA. Windows color (decimal): -5450266 or 15127980. OLE color: 15127980.
HSL color Cylindrical-coordinate representation of color #ACD5E6: hue angle of 197.59º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACD5E6 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 172 | 213 | 230 | - |
CMYK | 0.25 | 0.07 | 0 | 0.10 |
HSL | 197.59º | 0.54% | 0.79% | - |
HSV(B) | 197.59º | 0.25% | 0.9% | - |
XYZ | 55.09 | 62.07 | 83.94 | - |
YUV | 202.68 | 143.42 | 106.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 213 | 230 | 0.25 | 0.07 | 0 | 0.10 | 197.59 | 0.54 | 0.79 |
Hex | AC | D5 | E6 | 19 | 7 | 0 | A | C6 | 36 | 4F |
Octal | 254 | 325 | 346 | 31 | 7 | 0 | 12 | 306 | 66 | 117 |
Binary | 10101100 | 11010101 | 11100110 | 11001 | 111 | 0 | 1010 | 11000110 | 110110 | 1001111 |
Color Harmonies of #ACD5E6
Complementary color
Monochromatic Colors of #ACD5E6
Black with #ACD5E6
Text Example
Text Example
White with #ACD5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD5E6; }
p { color: rgb(172,213,230); }
H1.HeaderClassName
{
color: #ACD5E6;
}
.AnyTagClassName
{
color: #ACD5E6;
}
</style>
background-color css
<style>
a { background-color: #ACD5E6; }
a { background-color: rgb(172,213,230); }
div.DivClassName
{
background-color: #ACD5E6;
}
.BgClassName
{
background-color: #ACD5E6;
}
</style>
border-color css
<style>
span { border-color: #ACD5E6; }
span { border-color: rgb(172,213,230); }
td.TdClassName
{
border-color: #ACD5E6;
}
.TagClassName
{
border-color: #ACD5E6;
}
</style>