Shades of Light Blue #A8DAEA
Tints of Light Blue #A8DAEA
RGB
CMYK
RGB Variations
Color information
#A8DAEA (or 0xA8DAEA) is known color: Light Blue. HEX triplet: A8, DA and EA. RGB value is (168,218,234). Sum of RGB (Red+Green+Blue) = 168+218+234=620 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.10% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #A8DAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DAEA is #572515. Grayscale: #CCCCCC. Windows color (decimal): -5711126 or 15391400. OLE color: 15391400.
HSL color Cylindrical-coordinate representation of color #A8DAEA: hue angle of 194.55º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8DAEA is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 218 | 234 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.08 |
| HSL | 194.55º | 0.61% | 0.79% | - |
| HSV(B) | 194.55º | 0.28% | 0.92% | - |
| XYZ | 56.07 | 64.41 | 87.32 | - |
| YUV | 204.87 | 144.44 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 234 | 0.28 | 0.07 | 0 | 0.08 | 194.55 | 0.61 | 0.79 |
| Hex | A8 | DA | EA | 1C | 7 | 0 | 8 | C3 | 3D | 4F |
| Octal | 250 | 332 | 352 | 34 | 7 | 0 | 10 | 303 | 75 | 117 |
| Binary | 10101000 | 11011010 | 11101010 | 11100 | 111 | 0 | 1000 | 11000011 | 111101 | 1001111 |
Color Harmonies of #A8DAEA
Complementary color
Monochromatic Colors of #A8DAEA
Black with #A8DAEA
Text Example
Text Example
White with #A8DAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DAEA; }
p { color: rgb(168,218,234); }
H1.HeaderClassName
{
color: #A8DAEA;
}
.AnyTagClassName
{
color: #A8DAEA;
}
</style>
background-color css
<style>
a { background-color: #A8DAEA; }
a { background-color: rgb(168,218,234); }
div.DivClassName
{
background-color: #A8DAEA;
}
.BgClassName
{
background-color: #A8DAEA;
}
</style>
border-color css
<style>
span { border-color: #A8DAEA; }
span { border-color: rgb(168,218,234); }
td.TdClassName
{
border-color: #A8DAEA;
}
.TagClassName
{
border-color: #A8DAEA;
}
</style>