Shades of Light Blue #ACDDF1
Tints of Light Blue #ACDDF1
RGB
CMYK
RGB Variations
Color information
#ACDDF1 (or 0xACDDF1) is known color: Light Blue. HEX triplet: AC, DD and F1. RGB value is (172,221,241). Sum of RGB (Red+Green+Blue) = 172+221+241=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 241 (94.53% from 255 or 38.01% from 634); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACDDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDDF1 is #53220E. Grayscale: #D0D0D0. Windows color (decimal): -5448207 or 15850924. OLE color: 15850924.
HSL color Cylindrical-coordinate representation of color #ACDDF1: hue angle of 197.39º 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 #ACDDF1 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 172 | 221 | 241 | - |
CMYK | 0.29 | 0.08 | 0 | 0.05 |
HSL | 197.39º | 0.71% | 0.81% | - |
HSV(B) | 197.39º | 0.29% | 0.95% | - |
XYZ | 58.75 | 66.83 | 93.02 | - |
YUV | 208.63 | 146.27 | 101.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 221 | 241 | 0.29 | 0.08 | 0 | 0.05 | 197.39 | 0.71 | 0.81 |
Hex | AC | DD | F1 | 1D | 8 | 0 | 5 | C5 | 47 | 51 |
Octal | 254 | 335 | 361 | 35 | 10 | 0 | 5 | 305 | 107 | 121 |
Binary | 10101100 | 11011101 | 11110001 | 11101 | 1000 | 0 | 101 | 11000101 | 1000111 | 1010001 |
Color Harmonies of #ACDDF1
Complementary color
Monochromatic Colors of #ACDDF1
Black with #ACDDF1
Text Example
Text Example
White with #ACDDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDDF1; }
p { color: rgb(172,221,241); }
H1.HeaderClassName
{
color: #ACDDF1;
}
.AnyTagClassName
{
color: #ACDDF1;
}
</style>
background-color css
<style>
a { background-color: #ACDDF1; }
a { background-color: rgb(172,221,241); }
div.DivClassName
{
background-color: #ACDDF1;
}
.BgClassName
{
background-color: #ACDDF1;
}
</style>
border-color css
<style>
span { border-color: #ACDDF1; }
span { border-color: rgb(172,221,241); }
td.TdClassName
{
border-color: #ACDDF1;
}
.TagClassName
{
border-color: #ACDDF1;
}
</style>