Shades of Light Blue #A8DDF1
Tints of Light Blue #A8DDF1
RGB
CMYK
RGB Variations
Color information
#A8DDF1 (or 0xA8DDF1) is known color: Light Blue. HEX triplet: A8, DD and F1. RGB value is (168,221,241). Sum of RGB (Red+Green+Blue) = 168+221+241=630 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.67% from 630); Green value is 221 (86.72% from 255 or 35.08% 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 #A8DDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DDF1 is #57220E. Grayscale: #CFCFCF. Windows color (decimal): -5710351 or 15850920. OLE color: 15850920.
HSL color Cylindrical-coordinate representation of color #A8DDF1: hue angle of 196.44º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8DDF1 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 221 | 241 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.05 |
| HSL | 196.44º | 0.72% | 0.8% | - |
| HSV(B) | 196.44º | 0.3% | 0.95% | - |
| XYZ | 57.88 | 66.39 | 92.98 | - |
| YUV | 207.43 | 146.94 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 241 | 0.30 | 0.08 | 0 | 0.05 | 196.44 | 0.72 | 0.8 |
| Hex | A8 | DD | F1 | 1E | 8 | 0 | 5 | C4 | 48 | 50 |
| Octal | 250 | 335 | 361 | 36 | 10 | 0 | 5 | 304 | 110 | 120 |
| Binary | 10101000 | 11011101 | 11110001 | 11110 | 1000 | 0 | 101 | 11000100 | 1001000 | 1010000 |
Color Harmonies of #A8DDF1
Complementary color
Monochromatic Colors of #A8DDF1
Black with #A8DDF1
Text Example
Text Example
White with #A8DDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DDF1; }
p { color: rgb(168,221,241); }
H1.HeaderClassName
{
color: #A8DDF1;
}
.AnyTagClassName
{
color: #A8DDF1;
}
</style>
background-color css
<style>
a { background-color: #A8DDF1; }
a { background-color: rgb(168,221,241); }
div.DivClassName
{
background-color: #A8DDF1;
}
.BgClassName
{
background-color: #A8DDF1;
}
</style>
border-color css
<style>
span { border-color: #A8DDF1; }
span { border-color: rgb(168,221,241); }
td.TdClassName
{
border-color: #A8DDF1;
}
.TagClassName
{
border-color: #A8DDF1;
}
</style>