Shades of Light Blue #A8DBF3
Tints of Light Blue #A8DBF3
RGB
CMYK
RGB Variations
Color information
#A8DBF3 (or 0xA8DBF3) is known color: Light Blue. HEX triplet: A8, DB and F3. RGB value is (168,219,243). Sum of RGB (Red+Green+Blue) = 168+219+243=630 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.67% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 243 (95.31% from 255 or 38.57% from 630); Max value from RGB is 243 - color contains mainly: blue. Hex color #A8DBF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DBF3 is #57240C. Grayscale: #CECECE. Windows color (decimal): -5710861 or 15981480. OLE color: 15981480.
HSL color Cylindrical-coordinate representation of color #A8DBF3: hue angle of 199.2º 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 #A8DBF3 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 219 | 243 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.05 |
| HSL | 199.2º | 0.76% | 0.81% | - |
| HSV(B) | 199.2º | 0.31% | 0.95% | - |
| XYZ | 57.66 | 65.46 | 94.39 | - |
| YUV | 206.49 | 148.6 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 243 | 0.31 | 0.10 | 0 | 0.05 | 199.2 | 0.76 | 0.81 |
| Hex | A8 | DB | F3 | 1F | A | 0 | 5 | C7 | 4C | 51 |
| Octal | 250 | 333 | 363 | 37 | 12 | 0 | 5 | 307 | 114 | 121 |
| Binary | 10101000 | 11011011 | 11110011 | 11111 | 1010 | 0 | 101 | 11000111 | 1001100 | 1010001 |
Color Harmonies of #A8DBF3
Complementary color
Monochromatic Colors of #A8DBF3
Black with #A8DBF3
Text Example
Text Example
White with #A8DBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DBF3; }
p { color: rgb(168,219,243); }
H1.HeaderClassName
{
color: #A8DBF3;
}
.AnyTagClassName
{
color: #A8DBF3;
}
</style>
background-color css
<style>
a { background-color: #A8DBF3; }
a { background-color: rgb(168,219,243); }
div.DivClassName
{
background-color: #A8DBF3;
}
.BgClassName
{
background-color: #A8DBF3;
}
</style>
border-color css
<style>
span { border-color: #A8DBF3; }
span { border-color: rgb(168,219,243); }
td.TdClassName
{
border-color: #A8DBF3;
}
.TagClassName
{
border-color: #A8DBF3;
}
</style>