Shades of Light Blue #ACDAF1
Tints of Light Blue #ACDAF1
RGB
CMYK
RGB Variations
Color information
#ACDAF1 (or 0xACDAF1) is known color: Light Blue. HEX triplet: AC, DA and F1. RGB value is (172,218,241). Sum of RGB (Red+Green+Blue) = 172+218+241=631 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.26% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACDAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDAF1 is #53250E. Grayscale: #CECECE. Windows color (decimal): -5448975 or 15850156. OLE color: 15850156.
HSL color Cylindrical-coordinate representation of color #ACDAF1: hue angle of 200º 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 #ACDAF1 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 172 | 218 | 241 | - |
CMYK | 0.29 | 0.10 | 0 | 0.05 |
HSL | 200º | 0.71% | 0.81% | - |
HSV(B) | 200º | 0.29% | 0.95% | - |
XYZ | 57.96 | 65.26 | 92.76 | - |
YUV | 206.87 | 147.26 | 103.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 218 | 241 | 0.29 | 0.10 | 0 | 0.05 | 200 | 0.71 | 0.81 |
Hex | AC | DA | F1 | 1D | A | 0 | 5 | C8 | 47 | 51 |
Octal | 254 | 332 | 361 | 35 | 12 | 0 | 5 | 310 | 107 | 121 |
Binary | 10101100 | 11011010 | 11110001 | 11101 | 1010 | 0 | 101 | 11001000 | 1000111 | 1010001 |
Color Harmonies of #ACDAF1
Complementary color
Monochromatic Colors of #ACDAF1
Black with #ACDAF1
Text Example
Text Example
White with #ACDAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDAF1; }
p { color: rgb(172,218,241); }
H1.HeaderClassName
{
color: #ACDAF1;
}
.AnyTagClassName
{
color: #ACDAF1;
}
</style>
background-color css
<style>
a { background-color: #ACDAF1; }
a { background-color: rgb(172,218,241); }
div.DivClassName
{
background-color: #ACDAF1;
}
.BgClassName
{
background-color: #ACDAF1;
}
</style>
border-color css
<style>
span { border-color: #ACDAF1; }
span { border-color: rgb(172,218,241); }
td.TdClassName
{
border-color: #ACDAF1;
}
.TagClassName
{
border-color: #ACDAF1;
}
</style>