Shades of Light Blue #ACDAE3
Tints of Light Blue #ACDAE3
RGB
CMYK
RGB Variations
Color information
#ACDAE3 (or 0xACDAE3) is known color: Light Blue. HEX triplet: AC, DA and E3. RGB value is (172,218,227). Sum of RGB (Red+Green+Blue) = 172+218+227=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 227 (89.06% from 255 or 36.79% from 617); Max value from RGB is 227 - color contains mainly: blue. Hex color #ACDAE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDAE3 is #53251C. Grayscale: #CDCDCD. Windows color (decimal): -5448989 or 14932652. OLE color: 14932652.
HSL color Cylindrical-coordinate representation of color #ACDAE3: hue angle of 189.82º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACDAE3 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 172 | 218 | 227 | - |
CMYK | 0.24 | 0.04 | 0 | 0.11 |
HSL | 189.82º | 0.5% | 0.78% | - |
HSV(B) | 189.82º | 0.24% | 0.89% | - |
XYZ | 55.95 | 64.46 | 82.17 | - |
YUV | 205.27 | 140.26 | 104.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 218 | 227 | 0.24 | 0.04 | 0 | 0.11 | 189.82 | 0.5 | 0.78 |
Hex | AC | DA | E3 | 18 | 4 | 0 | B | BE | 32 | 4E |
Octal | 254 | 332 | 343 | 30 | 4 | 0 | 13 | 276 | 62 | 116 |
Binary | 10101100 | 11011010 | 11100011 | 11000 | 100 | 0 | 1011 | 10111110 | 110010 | 1001110 |
Color Harmonies of #ACDAE3
Complementary color
Monochromatic Colors of #ACDAE3
Black with #ACDAE3
Text Example
Text Example
White with #ACDAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDAE3; }
p { color: rgb(172,218,227); }
H1.HeaderClassName
{
color: #ACDAE3;
}
.AnyTagClassName
{
color: #ACDAE3;
}
</style>
background-color css
<style>
a { background-color: #ACDAE3; }
a { background-color: rgb(172,218,227); }
div.DivClassName
{
background-color: #ACDAE3;
}
.BgClassName
{
background-color: #ACDAE3;
}
</style>
border-color css
<style>
span { border-color: #ACDAE3; }
span { border-color: rgb(172,218,227); }
td.TdClassName
{
border-color: #ACDAE3;
}
.TagClassName
{
border-color: #ACDAE3;
}
</style>