Shades of Light Blue #A8DCF1
Tints of Light Blue #A8DCF1
RGB
CMYK
RGB Variations
Color information
#A8DCF1 (or 0xA8DCF1) is known color: Light Blue. HEX triplet: A8, DC and F1. RGB value is (168,220,241). Sum of RGB (Red+Green+Blue) = 168+220+241=629 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.71% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #A8DCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DCF1 is #57230E. Grayscale: #CECECE. Windows color (decimal): -5710607 or 15850664. OLE color: 15850664.
HSL color Cylindrical-coordinate representation of color #A8DCF1: hue angle of 197.26º 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 #A8DCF1 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 220 | 241 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.05 |
| HSL | 197.26º | 0.72% | 0.8% | - |
| HSV(B) | 197.26º | 0.3% | 0.95% | - |
| XYZ | 57.62 | 65.86 | 92.89 | - |
| YUV | 206.85 | 147.27 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 241 | 0.30 | 0.09 | 0 | 0.05 | 197.26 | 0.72 | 0.8 |
| Hex | A8 | DC | F1 | 1E | 9 | 0 | 5 | C5 | 48 | 50 |
| Octal | 250 | 334 | 361 | 36 | 11 | 0 | 5 | 305 | 110 | 120 |
| Binary | 10101000 | 11011100 | 11110001 | 11110 | 1001 | 0 | 101 | 11000101 | 1001000 | 1010000 |
Color Harmonies of #A8DCF1
Complementary color
Monochromatic Colors of #A8DCF1
Black with #A8DCF1
Text Example
Text Example
White with #A8DCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DCF1; }
p { color: rgb(168,220,241); }
H1.HeaderClassName
{
color: #A8DCF1;
}
.AnyTagClassName
{
color: #A8DCF1;
}
</style>
background-color css
<style>
a { background-color: #A8DCF1; }
a { background-color: rgb(168,220,241); }
div.DivClassName
{
background-color: #A8DCF1;
}
.BgClassName
{
background-color: #A8DCF1;
}
</style>
border-color css
<style>
span { border-color: #A8DCF1; }
span { border-color: rgb(168,220,241); }
td.TdClassName
{
border-color: #A8DCF1;
}
.TagClassName
{
border-color: #A8DCF1;
}
</style>