Shades of Light Blue #ACDAF2
Tints of Light Blue #ACDAF2
RGB
CMYK
RGB Variations
Color information
#ACDAF2 (or 0xACDAF2) is known color: Light Blue. HEX triplet: AC, DA and F2. RGB value is (172,218,242). Sum of RGB (Red+Green+Blue) = 172+218+242=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 242 (94.92% from 255 or 38.29% from 632); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACDAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDAF2 is #53250D. Grayscale: #CECECE. Windows color (decimal): -5448974 or 15915692. OLE color: 15915692.
HSL color Cylindrical-coordinate representation of color #ACDAF2: hue angle of 200.57º degrees, saturation: 0.73, 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 #ACDAF2 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 172 | 218 | 242 | - |
CMYK | 0.29 | 0.10 | 0 | 0.05 |
HSL | 200.57º | 0.73% | 0.81% | - |
HSV(B) | 200.57º | 0.29% | 0.95% | - |
XYZ | 58.11 | 65.32 | 93.55 | - |
YUV | 206.98 | 147.76 | 103.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 218 | 242 | 0.29 | 0.10 | 0 | 0.05 | 200.57 | 0.73 | 0.81 |
Hex | AC | DA | F2 | 1D | A | 0 | 5 | C9 | 49 | 51 |
Octal | 254 | 332 | 362 | 35 | 12 | 0 | 5 | 311 | 111 | 121 |
Binary | 10101100 | 11011010 | 11110010 | 11101 | 1010 | 0 | 101 | 11001001 | 1001001 | 1010001 |
Color Harmonies of #ACDAF2
Complementary color
Monochromatic Colors of #ACDAF2
Black with #ACDAF2
Text Example
Text Example
White with #ACDAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDAF2; }
p { color: rgb(172,218,242); }
H1.HeaderClassName
{
color: #ACDAF2;
}
.AnyTagClassName
{
color: #ACDAF2;
}
</style>
background-color css
<style>
a { background-color: #ACDAF2; }
a { background-color: rgb(172,218,242); }
div.DivClassName
{
background-color: #ACDAF2;
}
.BgClassName
{
background-color: #ACDAF2;
}
</style>
border-color css
<style>
span { border-color: #ACDAF2; }
span { border-color: rgb(172,218,242); }
td.TdClassName
{
border-color: #ACDAF2;
}
.TagClassName
{
border-color: #ACDAF2;
}
</style>