Shades of Light Blue #ACDFED
Tints of Light Blue #ACDFED
RGB
CMYK
RGB Variations
Color information
#ACDFED (or 0xACDFED) is known color: Light Blue. HEX triplet: AC, DF and ED. RGB value is (172,223,237). Sum of RGB (Red+Green+Blue) = 172+223+237=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 223 (87.5% from 255 or 35.28% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACDFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDFED is #532012. Grayscale: #D1D1D1. Windows color (decimal): -5447699 or 15589292. OLE color: 15589292.
HSL color Cylindrical-coordinate representation of color #ACDFED: hue angle of 192.92º 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 #ACDFED is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 172 | 223 | 237 | - |
CMYK | 0.27 | 0.06 | 0 | 0.07 |
HSL | 192.92º | 0.64% | 0.8% | - |
HSV(B) | 192.92º | 0.27% | 0.93% | - |
XYZ | 58.69 | 67.66 | 90.09 | - |
YUV | 209.35 | 143.6 | 101.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 223 | 237 | 0.27 | 0.06 | 0 | 0.07 | 192.92 | 0.64 | 0.8 |
Hex | AC | DF | ED | 1B | 6 | 0 | 7 | C1 | 40 | 50 |
Octal | 254 | 337 | 355 | 33 | 6 | 0 | 7 | 301 | 100 | 120 |
Binary | 10101100 | 11011111 | 11101101 | 11011 | 110 | 0 | 111 | 11000001 | 1000000 | 1010000 |
Color Harmonies of #ACDFED
Complementary color
Monochromatic Colors of #ACDFED
Black with #ACDFED
Text Example
Text Example
White with #ACDFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDFED; }
p { color: rgb(172,223,237); }
H1.HeaderClassName
{
color: #ACDFED;
}
.AnyTagClassName
{
color: #ACDFED;
}
</style>
background-color css
<style>
a { background-color: #ACDFED; }
a { background-color: rgb(172,223,237); }
div.DivClassName
{
background-color: #ACDFED;
}
.BgClassName
{
background-color: #ACDFED;
}
</style>
border-color css
<style>
span { border-color: #ACDFED; }
span { border-color: rgb(172,223,237); }
td.TdClassName
{
border-color: #ACDFED;
}
.TagClassName
{
border-color: #ACDFED;
}
</style>