Shades of Light Blue #A7DBEC
Tints of Light Blue #A7DBEC
RGB
CMYK
RGB Variations
Color information
#A7DBEC (or 0xA7DBEC) is known color: Light Blue. HEX triplet: A7, DB and EC. RGB value is (167,219,236). Sum of RGB (Red+Green+Blue) = 167+219+236=622 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.85% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #A7DBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7DBEC is #582413. Grayscale: #CDCDCD. Windows color (decimal): -5776404 or 15522727. OLE color: 15522727.
HSL color Cylindrical-coordinate representation of color #A7DBEC: hue angle of 194.78º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7DBEC is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 219 | 236 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.07 |
| HSL | 194.78º | 0.64% | 0.79% | - |
| HSV(B) | 194.78º | 0.29% | 0.93% | - |
| XYZ | 56.41 | 64.93 | 88.92 | - |
| YUV | 205.39 | 145.27 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 219 | 236 | 0.29 | 0.07 | 0 | 0.07 | 194.78 | 0.64 | 0.79 |
| Hex | A7 | DB | EC | 1D | 7 | 0 | 7 | C3 | 40 | 4F |
| Octal | 247 | 333 | 354 | 35 | 7 | 0 | 7 | 303 | 100 | 117 |
| Binary | 10100111 | 11011011 | 11101100 | 11101 | 111 | 0 | 111 | 11000011 | 1000000 | 1001111 |
Color Harmonies of #A7DBEC
Complementary color
Monochromatic Colors of #A7DBEC
Black with #A7DBEC
Text Example
Text Example
White with #A7DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DBEC; }
p { color: rgb(167,219,236); }
H1.HeaderClassName
{
color: #A7DBEC;
}
.AnyTagClassName
{
color: #A7DBEC;
}
</style>
background-color css
<style>
a { background-color: #A7DBEC; }
a { background-color: rgb(167,219,236); }
div.DivClassName
{
background-color: #A7DBEC;
}
.BgClassName
{
background-color: #A7DBEC;
}
</style>
border-color css
<style>
span { border-color: #A7DBEC; }
span { border-color: rgb(167,219,236); }
td.TdClassName
{
border-color: #A7DBEC;
}
.TagClassName
{
border-color: #A7DBEC;
}
</style>