Shades of Light Blue #A5D7EA
Tints of Light Blue #A5D7EA
RGB
CMYK
RGB Variations
Color information
#A5D7EA (or 0xA5D7EA) is known color: Light Blue. HEX triplet: A5, D7 and EA. RGB value is (165,215,234). Sum of RGB (Red+Green+Blue) = 165+215+234=614 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.87% from 614); Green value is 215 (84.38% from 255 or 35.02% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #A5D7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5D7EA is #5A2815. Grayscale: #CACACA. Windows color (decimal): -5908502 or 15390629. OLE color: 15390629.
HSL color Cylindrical-coordinate representation of color #A5D7EA: hue angle of 196.52º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5D7EA is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 215 | 234 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.08 |
| HSL | 196.52º | 0.62% | 0.78% | - |
| HSV(B) | 196.52º | 0.29% | 0.92% | - |
| XYZ | 54.67 | 62.54 | 87.03 | - |
| YUV | 202.22 | 145.94 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 215 | 234 | 0.29 | 0.08 | 0 | 0.08 | 196.52 | 0.62 | 0.78 |
| Hex | A5 | D7 | EA | 1D | 8 | 0 | 8 | C5 | 3E | 4E |
| Octal | 245 | 327 | 352 | 35 | 10 | 0 | 10 | 305 | 76 | 116 |
| Binary | 10100101 | 11010111 | 11101010 | 11101 | 1000 | 0 | 1000 | 11000101 | 111110 | 1001110 |
Color Harmonies of #A5D7EA
Complementary color
Monochromatic Colors of #A5D7EA
Black with #A5D7EA
Text Example
Text Example
White with #A5D7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D7EA; }
p { color: rgb(165,215,234); }
H1.HeaderClassName
{
color: #A5D7EA;
}
.AnyTagClassName
{
color: #A5D7EA;
}
</style>
background-color css
<style>
a { background-color: #A5D7EA; }
a { background-color: rgb(165,215,234); }
div.DivClassName
{
background-color: #A5D7EA;
}
.BgClassName
{
background-color: #A5D7EA;
}
</style>
border-color css
<style>
span { border-color: #A5D7EA; }
span { border-color: rgb(165,215,234); }
td.TdClassName
{
border-color: #A5D7EA;
}
.TagClassName
{
border-color: #A5D7EA;
}
</style>