Shades of Light Blue #ACDEEE
Tints of Light Blue #ACDEEE
RGB
CMYK
RGB Variations
Color information
#ACDEEE (or 0xACDEEE) is known color: Light Blue. HEX triplet: AC, DE and EE. RGB value is (172,222,238). Sum of RGB (Red+Green+Blue) = 172+222+238=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACDEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDEEE is #532111. Grayscale: #D0D0D0. Windows color (decimal): -5447954 or 15654572. OLE color: 15654572.
HSL color Cylindrical-coordinate representation of color #ACDEEE: hue angle of 194.55º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACDEEE is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 172 | 222 | 238 | - |
CMYK | 0.28 | 0.07 | 0 | 0.07 |
HSL | 194.55º | 0.66% | 0.8% | - |
HSV(B) | 194.55º | 0.28% | 0.93% | - |
XYZ | 58.57 | 67.19 | 90.77 | - |
YUV | 208.87 | 144.44 | 101.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 222 | 238 | 0.28 | 0.07 | 0 | 0.07 | 194.55 | 0.66 | 0.8 |
Hex | AC | DE | EE | 1C | 7 | 0 | 7 | C3 | 42 | 50 |
Octal | 254 | 336 | 356 | 34 | 7 | 0 | 7 | 303 | 102 | 120 |
Binary | 10101100 | 11011110 | 11101110 | 11100 | 111 | 0 | 111 | 11000011 | 1000010 | 1010000 |
Color Harmonies of #ACDEEE
Complementary color
Monochromatic Colors of #ACDEEE
Black with #ACDEEE
Text Example
Text Example
White with #ACDEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDEEE; }
p { color: rgb(172,222,238); }
H1.HeaderClassName
{
color: #ACDEEE;
}
.AnyTagClassName
{
color: #ACDEEE;
}
</style>
background-color css
<style>
a { background-color: #ACDEEE; }
a { background-color: rgb(172,222,238); }
div.DivClassName
{
background-color: #ACDEEE;
}
.BgClassName
{
background-color: #ACDEEE;
}
</style>
border-color css
<style>
span { border-color: #ACDEEE; }
span { border-color: rgb(172,222,238); }
td.TdClassName
{
border-color: #ACDEEE;
}
.TagClassName
{
border-color: #ACDEEE;
}
</style>