Shades of Light Blue #ACDAF3
Tints of Light Blue #ACDAF3
RGB
CMYK
RGB Variations
Color information
#ACDAF3 (or 0xACDAF3) is known color: Light Blue. HEX triplet: AC, DA and F3. RGB value is (172,218,243). Sum of RGB (Red+Green+Blue) = 172+218+243=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 243 (95.31% from 255 or 38.39% from 633); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACDAF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDAF3 is #53250C. Grayscale: #CECECE. Windows color (decimal): -5448973 or 15981228. OLE color: 15981228.
HSL color Cylindrical-coordinate representation of color #ACDAF3: hue angle of 201.13º degrees, saturation: 0.75, 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 #ACDAF3 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 172 | 218 | 243 | - |
CMYK | 0.29 | 0.10 | 0 | 0.05 |
HSL | 201.13º | 0.75% | 0.81% | - |
HSV(B) | 201.13º | 0.29% | 0.95% | - |
XYZ | 58.26 | 65.38 | 94.34 | - |
YUV | 207.1 | 148.26 | 102.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 218 | 243 | 0.29 | 0.10 | 0 | 0.05 | 201.13 | 0.75 | 0.81 |
Hex | AC | DA | F3 | 1D | A | 0 | 5 | C9 | 4B | 51 |
Octal | 254 | 332 | 363 | 35 | 12 | 0 | 5 | 311 | 113 | 121 |
Binary | 10101100 | 11011010 | 11110011 | 11101 | 1010 | 0 | 101 | 11001001 | 1001011 | 1010001 |
Color Harmonies of #ACDAF3
Complementary color
Monochromatic Colors of #ACDAF3
Black with #ACDAF3
Text Example
Text Example
White with #ACDAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDAF3; }
p { color: rgb(172,218,243); }
H1.HeaderClassName
{
color: #ACDAF3;
}
.AnyTagClassName
{
color: #ACDAF3;
}
</style>
background-color css
<style>
a { background-color: #ACDAF3; }
a { background-color: rgb(172,218,243); }
div.DivClassName
{
background-color: #ACDAF3;
}
.BgClassName
{
background-color: #ACDAF3;
}
</style>
border-color css
<style>
span { border-color: #ACDAF3; }
span { border-color: rgb(172,218,243); }
td.TdClassName
{
border-color: #ACDAF3;
}
.TagClassName
{
border-color: #ACDAF3;
}
</style>