Shades of Light Blue #A4D5EA
Tints of Light Blue #A4D5EA
RGB
CMYK
RGB Variations
Color information
#A4D5EA (or 0xA4D5EA) is known color: Light Blue. HEX triplet: A4, D5 and EA. RGB value is (164,213,234). Sum of RGB (Red+Green+Blue) = 164+213+234=611 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.84% from 611); Green value is 213 (83.59% from 255 or 34.86% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #A4D5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4D5EA is #5B2A15. Grayscale: #C8C8C8. Windows color (decimal): -5974550 or 15390116. OLE color: 15390116.
HSL color Cylindrical-coordinate representation of color #A4D5EA: hue angle of 198º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4D5EA is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 213 | 234 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.08 |
| HSL | 198º | 0.63% | 0.78% | - |
| HSV(B) | 198º | 0.3% | 0.92% | - |
| XYZ | 53.96 | 61.42 | 86.85 | - |
| YUV | 200.74 | 146.77 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 213 | 234 | 0.30 | 0.09 | 0 | 0.08 | 198 | 0.63 | 0.78 |
| Hex | A4 | D5 | EA | 1E | 9 | 0 | 8 | C6 | 3E | 4E |
| Octal | 244 | 325 | 352 | 36 | 11 | 0 | 10 | 306 | 76 | 116 |
| Binary | 10100100 | 11010101 | 11101010 | 11110 | 1001 | 0 | 1000 | 11000110 | 111110 | 1001110 |
Color Harmonies of #A4D5EA
Complementary color
Monochromatic Colors of #A4D5EA
Black with #A4D5EA
Text Example
Text Example
White with #A4D5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D5EA; }
p { color: rgb(164,213,234); }
H1.HeaderClassName
{
color: #A4D5EA;
}
.AnyTagClassName
{
color: #A4D5EA;
}
</style>
background-color css
<style>
a { background-color: #A4D5EA; }
a { background-color: rgb(164,213,234); }
div.DivClassName
{
background-color: #A4D5EA;
}
.BgClassName
{
background-color: #A4D5EA;
}
</style>
border-color css
<style>
span { border-color: #A4D5EA; }
span { border-color: rgb(164,213,234); }
td.TdClassName
{
border-color: #A4D5EA;
}
.TagClassName
{
border-color: #A4D5EA;
}
</style>