Shades of Light Blue #ACD4EA
Tints of Light Blue #ACD4EA
RGB
CMYK
RGB Variations
Color information
#ACD4EA (or 0xACD4EA) is known color: Light Blue. HEX triplet: AC, D4 and EA. RGB value is (172,212,234). Sum of RGB (Red+Green+Blue) = 172+212+234=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 212 (83.20% from 255 or 34.30% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACD4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD4EA is #532B15. Grayscale: #CACACA. Windows color (decimal): -5450518 or 15389868. OLE color: 15389868.
HSL color Cylindrical-coordinate representation of color #ACD4EA: hue angle of 201.29º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACD4EA is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 172 | 212 | 234 | - |
CMYK | 0.26 | 0.09 | 0 | 0.08 |
HSL | 201.29º | 0.6% | 0.8% | - |
HSV(B) | 201.29º | 0.26% | 0.92% | - |
XYZ | 55.41 | 61.8 | 86.85 | - |
YUV | 202.55 | 145.75 | 106.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 212 | 234 | 0.26 | 0.09 | 0 | 0.08 | 201.29 | 0.6 | 0.8 |
Hex | AC | D4 | EA | 1A | 9 | 0 | 8 | C9 | 3C | 50 |
Octal | 254 | 324 | 352 | 32 | 11 | 0 | 10 | 311 | 74 | 120 |
Binary | 10101100 | 11010100 | 11101010 | 11010 | 1001 | 0 | 1000 | 11001001 | 111100 | 1010000 |
Color Harmonies of #ACD4EA
Complementary color
Monochromatic Colors of #ACD4EA
Black with #ACD4EA
Text Example
Text Example
White with #ACD4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD4EA; }
p { color: rgb(172,212,234); }
H1.HeaderClassName
{
color: #ACD4EA;
}
.AnyTagClassName
{
color: #ACD4EA;
}
</style>
background-color css
<style>
a { background-color: #ACD4EA; }
a { background-color: rgb(172,212,234); }
div.DivClassName
{
background-color: #ACD4EA;
}
.BgClassName
{
background-color: #ACD4EA;
}
</style>
border-color css
<style>
span { border-color: #ACD4EA; }
span { border-color: rgb(172,212,234); }
td.TdClassName
{
border-color: #ACD4EA;
}
.TagClassName
{
border-color: #ACD4EA;
}
</style>