Shades of Deep Sky Blue #03AFE7
Tints of Deep Sky Blue #03AFE7
RGB
CMYK
RGB Variations
Color information
#03AFE7 (or 0x03AFE7) is known color: Deep Sky Blue. HEX triplet: 03, AF and E7. RGB value is (3,175,231). Sum of RGB (Red+Green+Blue) = 3+175+231=409 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 231 (90.62% from 255 or 56.48% from 409); Max value from RGB is 231 - color contains mainly: blue. Hex color #03AFE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03AFE7 is #FC5018. Grayscale: #818181. Windows color (decimal): -16535577 or 15183619. OLE color: 15183619.
HSL color Cylindrical-coordinate representation of color #03AFE7: hue angle of 194.74º 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 #03AFE7 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 175 | 231 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.09 |
| HSL | 194.74º | 0.97% | 0.46% | - |
| HSV(B) | 194.74º | 0.99% | 0.91% | - |
| XYZ | 29.79 | 36.45 | 81.07 | - |
| YUV | 129.96 | 185.02 | 37.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 175 | 231 | 0.99 | 0.24 | 0 | 0.09 | 194.74 | 0.97 | 0.46 |
| Hex | 3 | AF | E7 | 63 | 18 | 0 | 9 | C3 | 61 | 2E |
| Octal | 3 | 257 | 347 | 143 | 30 | 0 | 11 | 303 | 141 | 56 |
| Binary | 11 | 10101111 | 11100111 | 1100011 | 11000 | 0 | 1001 | 11000011 | 1100001 | 101110 |
Color Harmonies of #03AFE7
Complementary color
Monochromatic Colors of #03AFE7
Black with #03AFE7
Text Example
Text Example
White with #03AFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AFE7; }
p { color: rgb(3,175,231); }
H1.HeaderClassName
{
color: #03AFE7;
}
.AnyTagClassName
{
color: #03AFE7;
}
</style>
background-color css
<style>
a { background-color: #03AFE7; }
a { background-color: rgb(3,175,231); }
div.DivClassName
{
background-color: #03AFE7;
}
.BgClassName
{
background-color: #03AFE7;
}
</style>
border-color css
<style>
span { border-color: #03AFE7; }
span { border-color: rgb(3,175,231); }
td.TdClassName
{
border-color: #03AFE7;
}
.TagClassName
{
border-color: #03AFE7;
}
</style>