Shades of Light Blue #ACDAE6
Tints of Light Blue #ACDAE6
RGB
CMYK
RGB Variations
Color information
#ACDAE6 (or 0xACDAE6) is known color: Light Blue. HEX triplet: AC, DA and E6. RGB value is (172,218,230). Sum of RGB (Red+Green+Blue) = 172+218+230=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 230 (90.23% from 255 or 37.10% from 620); Max value from RGB is 230 - color contains mainly: blue. Hex color #ACDAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDAE6 is #532519. Grayscale: #CDCDCD. Windows color (decimal): -5448986 or 15129260. OLE color: 15129260.
HSL color Cylindrical-coordinate representation of color #ACDAE6: hue angle of 192.41º 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 #ACDAE6 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 172 | 218 | 230 | - |
CMYK | 0.25 | 0.05 | 0 | 0.10 |
HSL | 192.41º | 0.54% | 0.79% | - |
HSV(B) | 192.41º | 0.25% | 0.9% | - |
XYZ | 56.37 | 64.63 | 84.37 | - |
YUV | 205.61 | 141.76 | 104.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 218 | 230 | 0.25 | 0.05 | 0 | 0.10 | 192.41 | 0.54 | 0.79 |
Hex | AC | DA | E6 | 19 | 5 | 0 | A | C0 | 36 | 4F |
Octal | 254 | 332 | 346 | 31 | 5 | 0 | 12 | 300 | 66 | 117 |
Binary | 10101100 | 11011010 | 11100110 | 11001 | 101 | 0 | 1010 | 11000000 | 110110 | 1001111 |
Color Harmonies of #ACDAE6
Complementary color
Monochromatic Colors of #ACDAE6
Black with #ACDAE6
Text Example
Text Example
White with #ACDAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDAE6; }
p { color: rgb(172,218,230); }
H1.HeaderClassName
{
color: #ACDAE6;
}
.AnyTagClassName
{
color: #ACDAE6;
}
</style>
background-color css
<style>
a { background-color: #ACDAE6; }
a { background-color: rgb(172,218,230); }
div.DivClassName
{
background-color: #ACDAE6;
}
.BgClassName
{
background-color: #ACDAE6;
}
</style>
border-color css
<style>
span { border-color: #ACDAE6; }
span { border-color: rgb(172,218,230); }
td.TdClassName
{
border-color: #ACDAE6;
}
.TagClassName
{
border-color: #ACDAE6;
}
</style>