Shades of Deep Sky Blue #03AFE8
Tints of Deep Sky Blue #03AFE8
RGB
CMYK
RGB Variations
Color information
#03AFE8 (or 0x03AFE8) is known color: Deep Sky Blue. HEX triplet: 03, AF and E8. RGB value is (3,175,232). Sum of RGB (Red+Green+Blue) = 3+175+232=410 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 232 (91.02% from 255 or 56.59% from 410); Max value from RGB is 232 - color contains mainly: blue. Hex color #03AFE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03AFE8 is #FC5017. Grayscale: #818181. Windows color (decimal): -16535576 or 15249155. OLE color: 15249155.
HSL color Cylindrical-coordinate representation of color #03AFE8: hue angle of 194.93º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03AFE8 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 175 | 232 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.09 |
| HSL | 194.93º | 0.97% | 0.46% | - |
| HSV(B) | 194.93º | 0.99% | 0.91% | - |
| XYZ | 29.93 | 36.51 | 81.81 | - |
| YUV | 130.07 | 185.52 | 37.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 175 | 232 | 0.99 | 0.25 | 0 | 0.09 | 194.93 | 0.97 | 0.46 |
| Hex | 3 | AF | E8 | 63 | 19 | 0 | 9 | C3 | 61 | 2E |
| Octal | 3 | 257 | 350 | 143 | 31 | 0 | 11 | 303 | 141 | 56 |
| Binary | 11 | 10101111 | 11101000 | 1100011 | 11001 | 0 | 1001 | 11000011 | 1100001 | 101110 |
Color Harmonies of #03AFE8
Complementary color
Monochromatic Colors of #03AFE8
Black with #03AFE8
Text Example
Text Example
White with #03AFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AFE8; }
p { color: rgb(3,175,232); }
H1.HeaderClassName
{
color: #03AFE8;
}
.AnyTagClassName
{
color: #03AFE8;
}
</style>
background-color css
<style>
a { background-color: #03AFE8; }
a { background-color: rgb(3,175,232); }
div.DivClassName
{
background-color: #03AFE8;
}
.BgClassName
{
background-color: #03AFE8;
}
</style>
border-color css
<style>
span { border-color: #03AFE8; }
span { border-color: rgb(3,175,232); }
td.TdClassName
{
border-color: #03AFE8;
}
.TagClassName
{
border-color: #03AFE8;
}
</style>