Shades of Light Blue #ACDEED
Tints of Light Blue #ACDEED
RGB
CMYK
RGB Variations
Color information
#ACDEED (or 0xACDEED) is known color: Light Blue. HEX triplet: AC, DE and ED. RGB value is (172,222,237). Sum of RGB (Red+Green+Blue) = 172+222+237=631 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.26% from 631); Green value is 222 (87.11% from 255 or 35.18% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACDEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDEED is #532112. Grayscale: #D0D0D0. Windows color (decimal): -5447955 or 15589036. OLE color: 15589036.
HSL color Cylindrical-coordinate representation of color #ACDEED: hue angle of 193.85º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACDEED is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 222 | 237 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.07 |
| HSL | 193.85º | 0.64% | 0.8% | - |
| HSV(B) | 193.85º | 0.27% | 0.93% | - |
| XYZ | 58.42 | 67.13 | 90 | - |
| YUV | 208.76 | 143.94 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 222 | 237 | 0.27 | 0.06 | 0 | 0.07 | 193.85 | 0.64 | 0.8 |
| Hex | AC | DE | ED | 1B | 6 | 0 | 7 | C2 | 40 | 50 |
| Octal | 254 | 336 | 355 | 33 | 6 | 0 | 7 | 302 | 100 | 120 |
| Binary | 10101100 | 11011110 | 11101101 | 11011 | 110 | 0 | 111 | 11000010 | 1000000 | 1010000 |
Color Harmonies of #ACDEED
Complementary color
Monochromatic Colors of #ACDEED
Black with #ACDEED
Text Example
Text Example
White with #ACDEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDEED; }
p { color: rgb(172,222,237); }
H1.HeaderClassName
{
color: #ACDEED;
}
.AnyTagClassName
{
color: #ACDEED;
}
</style>
background-color css
<style>
a { background-color: #ACDEED; }
a { background-color: rgb(172,222,237); }
div.DivClassName
{
background-color: #ACDEED;
}
.BgClassName
{
background-color: #ACDEED;
}
</style>
border-color css
<style>
span { border-color: #ACDEED; }
span { border-color: rgb(172,222,237); }
td.TdClassName
{
border-color: #ACDEED;
}
.TagClassName
{
border-color: #ACDEED;
}
</style>