Shades of Deep Sky Blue #02A8EA
Tints of Deep Sky Blue #02A8EA
RGB
CMYK
RGB Variations
Color information
#02A8EA (or 0x02A8EA) is known color: Deep Sky Blue. HEX triplet: 02, A8 and EA. RGB value is (2,168,234). Sum of RGB (Red+Green+Blue) = 2+168+234=404 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 234 (91.80% from 255 or 57.92% from 404); Max value from RGB is 234 - color contains mainly: blue. Hex color #02A8EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02A8EA is #FD5715. Grayscale: #7D7D7D. Windows color (decimal): -16602902 or 15378434. OLE color: 15378434.
HSL color Cylindrical-coordinate representation of color #02A8EA: hue angle of 197.07º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A8EA is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 168 | 234 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.08 |
| HSL | 197.07º | 0.98% | 0.46% | - |
| HSV(B) | 197.07º | 0.99% | 0.92% | - |
| XYZ | 28.88 | 33.96 | 82.87 | - |
| YUV | 125.89 | 189 | 39.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 168 | 234 | 0.99 | 0.28 | 0 | 0.08 | 197.07 | 0.98 | 0.46 |
| Hex | 2 | A8 | EA | 63 | 1C | 0 | 8 | C5 | 62 | 2E |
| Octal | 2 | 250 | 352 | 143 | 34 | 0 | 10 | 305 | 142 | 56 |
| Binary | 10 | 10101000 | 11101010 | 1100011 | 11100 | 0 | 1000 | 11000101 | 1100010 | 101110 |
Color Harmonies of #02A8EA
Complementary color
Monochromatic Colors of #02A8EA
Black with #02A8EA
Text Example
Text Example
White with #02A8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A8EA; }
p { color: rgb(2,168,234); }
H1.HeaderClassName
{
color: #02A8EA;
}
.AnyTagClassName
{
color: #02A8EA;
}
</style>
background-color css
<style>
a { background-color: #02A8EA; }
a { background-color: rgb(2,168,234); }
div.DivClassName
{
background-color: #02A8EA;
}
.BgClassName
{
background-color: #02A8EA;
}
</style>
border-color css
<style>
span { border-color: #02A8EA; }
span { border-color: rgb(2,168,234); }
td.TdClassName
{
border-color: #02A8EA;
}
.TagClassName
{
border-color: #02A8EA;
}
</style>