Shades of Deep Sky Blue #03AFF5
Tints of Deep Sky Blue #03AFF5
RGB
CMYK
RGB Variations
Color information
#03AFF5 (or 0x03AFF5) is known color: Deep Sky Blue. HEX triplet: 03, AF and F5. RGB value is (3,175,245). Sum of RGB (Red+Green+Blue) = 3+175+245=423 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 245 (96.09% from 255 or 57.92% from 423); Max value from RGB is 245 - color contains mainly: blue. Hex color #03AFF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03AFF5 is #FC500A. Grayscale: #838383. Windows color (decimal): -16535563 or 16101123. OLE color: 16101123.
HSL color Cylindrical-coordinate representation of color #03AFF5: hue angle of 197.36º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03AFF5 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 175 | 245 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.04 |
| HSL | 197.36º | 0.98% | 0.49% | - |
| HSV(B) | 197.36º | 0.99% | 0.96% | - |
| XYZ | 31.85 | 37.27 | 91.9 | - |
| YUV | 131.55 | 192.02 | 36.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 175 | 245 | 0.99 | 0.29 | 0 | 0.04 | 197.36 | 0.98 | 0.49 |
| Hex | 3 | AF | F5 | 63 | 1D | 0 | 4 | C5 | 62 | 31 |
| Octal | 3 | 257 | 365 | 143 | 35 | 0 | 4 | 305 | 142 | 61 |
| Binary | 11 | 10101111 | 11110101 | 1100011 | 11101 | 0 | 100 | 11000101 | 1100010 | 110001 |
Color Harmonies of #03AFF5
Complementary color
Monochromatic Colors of #03AFF5
Black with #03AFF5
Text Example
Text Example
White with #03AFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AFF5; }
p { color: rgb(3,175,245); }
H1.HeaderClassName
{
color: #03AFF5;
}
.AnyTagClassName
{
color: #03AFF5;
}
</style>
background-color css
<style>
a { background-color: #03AFF5; }
a { background-color: rgb(3,175,245); }
div.DivClassName
{
background-color: #03AFF5;
}
.BgClassName
{
background-color: #03AFF5;
}
</style>
border-color css
<style>
span { border-color: #03AFF5; }
span { border-color: rgb(3,175,245); }
td.TdClassName
{
border-color: #03AFF5;
}
.TagClassName
{
border-color: #03AFF5;
}
</style>