Shades of Deep Sky Blue #03AFFF
Tints of Deep Sky Blue #03AFFF
RGB
CMYK
RGB Variations
Color information
#03AFFF (or 0x03AFFF) is known color: Deep Sky Blue. HEX triplet: 03, AF and FF. RGB value is (3,175,255). Sum of RGB (Red+Green+Blue) = 3+175+255=433 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #03AFFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03AFFF is #FC5000. Grayscale: #848484. Windows color (decimal): -16535553 or 16756483. OLE color: 16756483.
HSL color Cylindrical-coordinate representation of color #03AFFF: hue angle of 199.05º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03AFFF is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 175 | 255 | - |
| CMYK | 0.99 | 0.31 | 0 | 0 |
| HSL | 199.05º | 1% | 0.51% | - |
| HSV(B) | 199.05º | 0.99% | 1% | - |
| XYZ | 33.42 | 37.9 | 100.16 | - |
| YUV | 132.69 | 197.02 | 35.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 175 | 255 | 0.99 | 0.31 | 0 | 0 | 199.05 | 1 | 0.51 |
| Hex | 3 | AF | FF | 63 | 1F | 0 | 0 | C7 | 64 | 33 |
| Octal | 3 | 257 | 377 | 143 | 37 | 0 | 0 | 307 | 144 | 63 |
| Binary | 11 | 10101111 | 11111111 | 1100011 | 11111 | 0 | 0 | 11000111 | 1100100 | 110011 |
Color Harmonies of #03AFFF
Complementary color
Monochromatic Colors of #03AFFF
Black with #03AFFF
Text Example
Text Example
White with #03AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AFFF; }
p { color: rgb(3,175,255); }
H1.HeaderClassName
{
color: #03AFFF;
}
.AnyTagClassName
{
color: #03AFFF;
}
</style>
background-color css
<style>
a { background-color: #03AFFF; }
a { background-color: rgb(3,175,255); }
div.DivClassName
{
background-color: #03AFFF;
}
.BgClassName
{
background-color: #03AFFF;
}
</style>
border-color css
<style>
span { border-color: #03AFFF; }
span { border-color: rgb(3,175,255); }
td.TdClassName
{
border-color: #03AFFF;
}
.TagClassName
{
border-color: #03AFFF;
}
</style>