Shades of Light Blue #A8DCF3
Tints of Light Blue #A8DCF3
RGB
CMYK
RGB Variations
Color information
#A8DCF3 (or 0xA8DCF3) is known color: Light Blue. HEX triplet: A8, DC and F3. RGB value is (168,220,243). Sum of RGB (Red+Green+Blue) = 168+220+243=631 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.62% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #A8DCF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DCF3 is #57230C. Grayscale: #CECECE. Windows color (decimal): -5710605 or 15981736. OLE color: 15981736.
HSL color Cylindrical-coordinate representation of color #A8DCF3: hue angle of 198.4º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8DCF3 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 220 | 243 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.05 |
| HSL | 198.4º | 0.76% | 0.81% | - |
| HSV(B) | 198.4º | 0.31% | 0.95% | - |
| XYZ | 57.92 | 65.98 | 94.48 | - |
| YUV | 207.07 | 148.27 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 243 | 0.31 | 0.09 | 0 | 0.05 | 198.4 | 0.76 | 0.81 |
| Hex | A8 | DC | F3 | 1F | 9 | 0 | 5 | C6 | 4C | 51 |
| Octal | 250 | 334 | 363 | 37 | 11 | 0 | 5 | 306 | 114 | 121 |
| Binary | 10101000 | 11011100 | 11110011 | 11111 | 1001 | 0 | 101 | 11000110 | 1001100 | 1010001 |
Color Harmonies of #A8DCF3
Complementary color
Monochromatic Colors of #A8DCF3
Black with #A8DCF3
Text Example
Text Example
White with #A8DCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DCF3; }
p { color: rgb(168,220,243); }
H1.HeaderClassName
{
color: #A8DCF3;
}
.AnyTagClassName
{
color: #A8DCF3;
}
</style>
background-color css
<style>
a { background-color: #A8DCF3; }
a { background-color: rgb(168,220,243); }
div.DivClassName
{
background-color: #A8DCF3;
}
.BgClassName
{
background-color: #A8DCF3;
}
</style>
border-color css
<style>
span { border-color: #A8DCF3; }
span { border-color: rgb(168,220,243); }
td.TdClassName
{
border-color: #A8DCF3;
}
.TagClassName
{
border-color: #A8DCF3;
}
</style>