Shades of Light Blue #ACDBE5
Tints of Light Blue #ACDBE5
RGB
CMYK
RGB Variations
Color information
#ACDBE5 (or 0xACDBE5) is known color: Light Blue. HEX triplet: AC, DB and E5. RGB value is (172,219,229). Sum of RGB (Red+Green+Blue) = 172+219+229=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 229 (89.84% from 255 or 36.94% from 620); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACDBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDBE5 is #53241A. Grayscale: #CDCDCD. Windows color (decimal): -5448731 or 15063980. OLE color: 15063980.
HSL color Cylindrical-coordinate representation of color #ACDBE5: hue angle of 190.53º degrees, saturation: 0.52, 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 #ACDBE5 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 219 | 229 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.10 |
| HSL | 190.53º | 0.52% | 0.79% | - |
| HSV(B) | 190.53º | 0.25% | 0.9% | - |
| XYZ | 56.49 | 65.09 | 83.72 | - |
| YUV | 206.09 | 140.93 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 229 | 0.25 | 0.04 | 0 | 0.10 | 190.53 | 0.52 | 0.79 |
| Hex | AC | DB | E5 | 19 | 4 | 0 | A | BF | 34 | 4F |
| Octal | 254 | 333 | 345 | 31 | 4 | 0 | 12 | 277 | 64 | 117 |
| Binary | 10101100 | 11011011 | 11100101 | 11001 | 100 | 0 | 1010 | 10111111 | 110100 | 1001111 |
Color Harmonies of #ACDBE5
Complementary color
Monochromatic Colors of #ACDBE5
Black with #ACDBE5
Text Example
Text Example
White with #ACDBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDBE5; }
p { color: rgb(172,219,229); }
H1.HeaderClassName
{
color: #ACDBE5;
}
.AnyTagClassName
{
color: #ACDBE5;
}
</style>
background-color css
<style>
a { background-color: #ACDBE5; }
a { background-color: rgb(172,219,229); }
div.DivClassName
{
background-color: #ACDBE5;
}
.BgClassName
{
background-color: #ACDBE5;
}
</style>
border-color css
<style>
span { border-color: #ACDBE5; }
span { border-color: rgb(172,219,229); }
td.TdClassName
{
border-color: #ACDBE5;
}
.TagClassName
{
border-color: #ACDBE5;
}
</style>