Shades of Light Blue #ACD9F1
Tints of Light Blue #ACD9F1
RGB
CMYK
RGB Variations
Color information
#ACD9F1 (or 0xACD9F1) is known color: Light Blue. HEX triplet: AC, D9 and F1. RGB value is (172,217,241). Sum of RGB (Red+Green+Blue) = 172+217+241=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 217 (85.16% from 255 or 34.44% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACD9F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD9F1 is #53260E. Grayscale: #CECECE. Windows color (decimal): -5449231 or 15849900. OLE color: 15849900.
HSL color Cylindrical-coordinate representation of color #ACD9F1: hue angle of 200.87º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACD9F1 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 217 | 241 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.05 |
| HSL | 200.87º | 0.71% | 0.81% | - |
| HSV(B) | 200.87º | 0.29% | 0.95% | - |
| XYZ | 57.7 | 64.75 | 92.68 | - |
| YUV | 206.28 | 147.59 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 241 | 0.29 | 0.10 | 0 | 0.05 | 200.87 | 0.71 | 0.81 |
| Hex | AC | D9 | F1 | 1D | A | 0 | 5 | C9 | 47 | 51 |
| Octal | 254 | 331 | 361 | 35 | 12 | 0 | 5 | 311 | 107 | 121 |
| Binary | 10101100 | 11011001 | 11110001 | 11101 | 1010 | 0 | 101 | 11001001 | 1000111 | 1010001 |
Color Harmonies of #ACD9F1
Complementary color
Monochromatic Colors of #ACD9F1
Black with #ACD9F1
Text Example
Text Example
White with #ACD9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD9F1; }
p { color: rgb(172,217,241); }
H1.HeaderClassName
{
color: #ACD9F1;
}
.AnyTagClassName
{
color: #ACD9F1;
}
</style>
background-color css
<style>
a { background-color: #ACD9F1; }
a { background-color: rgb(172,217,241); }
div.DivClassName
{
background-color: #ACD9F1;
}
.BgClassName
{
background-color: #ACD9F1;
}
</style>
border-color css
<style>
span { border-color: #ACD9F1; }
span { border-color: rgb(172,217,241); }
td.TdClassName
{
border-color: #ACD9F1;
}
.TagClassName
{
border-color: #ACD9F1;
}
</style>