Shades of Light Blue #ACD8F0
Tints of Light Blue #ACD8F0
RGB
CMYK
RGB Variations
Color information
#ACD8F0 (or 0xACD8F0) is known color: Light Blue. HEX triplet: AC, D8 and F0. RGB value is (172,216,240). Sum of RGB (Red+Green+Blue) = 172+216+240=628 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.39% from 628); Green value is 216 (84.77% from 255 or 34.39% from 628); Blue value is 240 (94.14% from 255 or 38.22% from 628); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACD8F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD8F0 is #53270F. Grayscale: #CDCDCD. Windows color (decimal): -5449488 or 15784108. OLE color: 15784108.
HSL color Cylindrical-coordinate representation of color #ACD8F0: hue angle of 201.18º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACD8F0 is Cyan = 0.28, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 216 | 240 | - |
| CMYK | 0.28 | 0.1 | 0 | 0.06 |
| HSL | 201.18º | 0.69% | 0.81% | - |
| HSV(B) | 201.18º | 0.28% | 0.94% | - |
| XYZ | 57.3 | 64.17 | 91.8 | - |
| YUV | 205.58 | 147.42 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 240 | 0.28 | 0.1 | 0 | 0.06 | 201.18 | 0.69 | 0.81 |
| Hex | AC | D8 | F0 | 1C | A | 0 | 6 | C9 | 45 | 51 |
| Octal | 254 | 330 | 360 | 34 | 12 | 0 | 6 | 311 | 105 | 121 |
| Binary | 10101100 | 11011000 | 11110000 | 11100 | 1010 | 0 | 110 | 11001001 | 1000101 | 1010001 |
Color Harmonies of #ACD8F0
Complementary color
Monochromatic Colors of #ACD8F0
Black with #ACD8F0
Text Example
Text Example
White with #ACD8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD8F0; }
p { color: rgb(172,216,240); }
H1.HeaderClassName
{
color: #ACD8F0;
}
.AnyTagClassName
{
color: #ACD8F0;
}
</style>
background-color css
<style>
a { background-color: #ACD8F0; }
a { background-color: rgb(172,216,240); }
div.DivClassName
{
background-color: #ACD8F0;
}
.BgClassName
{
background-color: #ACD8F0;
}
</style>
border-color css
<style>
span { border-color: #ACD8F0; }
span { border-color: rgb(172,216,240); }
td.TdClassName
{
border-color: #ACD8F0;
}
.TagClassName
{
border-color: #ACD8F0;
}
</style>