Shades of Deep Sky Blue #03AFFC
Tints of Deep Sky Blue #03AFFC
RGB
CMYK
RGB Variations
Color information
#03AFFC (or 0x03AFFC) is known color: Deep Sky Blue. HEX triplet: 03, AF and FC. RGB value is (3,175,252). Sum of RGB (Red+Green+Blue) = 3+175+252=430 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #03AFFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03AFFC is #FC5003. Grayscale: #838383. Windows color (decimal): -16535556 or 16559875. OLE color: 16559875.
HSL color Cylindrical-coordinate representation of color #03AFFC: hue angle of 198.55º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03AFFC is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 175 | 252 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.01 |
| HSL | 198.55º | 0.98% | 0.5% | - |
| HSV(B) | 198.55º | 0.99% | 0.99% | - |
| XYZ | 32.94 | 37.71 | 97.64 | - |
| YUV | 132.35 | 195.52 | 35.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 175 | 252 | 0.99 | 0.31 | 0 | 0.01 | 198.55 | 0.98 | 0.5 |
| Hex | 3 | AF | FC | 63 | 1F | 0 | 1 | C7 | 62 | 32 |
| Octal | 3 | 257 | 374 | 143 | 37 | 0 | 1 | 307 | 142 | 62 |
| Binary | 11 | 10101111 | 11111100 | 1100011 | 11111 | 0 | 1 | 11000111 | 1100010 | 110010 |
Color Harmonies of #03AFFC
Complementary color
Monochromatic Colors of #03AFFC
Black with #03AFFC
Text Example
Text Example
White with #03AFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AFFC; }
p { color: rgb(3,175,252); }
H1.HeaderClassName
{
color: #03AFFC;
}
.AnyTagClassName
{
color: #03AFFC;
}
</style>
background-color css
<style>
a { background-color: #03AFFC; }
a { background-color: rgb(3,175,252); }
div.DivClassName
{
background-color: #03AFFC;
}
.BgClassName
{
background-color: #03AFFC;
}
</style>
border-color css
<style>
span { border-color: #03AFFC; }
span { border-color: rgb(3,175,252); }
td.TdClassName
{
border-color: #03AFFC;
}
.TagClassName
{
border-color: #03AFFC;
}
</style>