Shades of Deep Sky Blue #03CFF8
Tints of Deep Sky Blue #03CFF8
RGB
CMYK
RGB Variations
Color information
#03CFF8 (or 0x03CFF8) is known color: Deep Sky Blue. HEX triplet: 03, CF and F8. RGB value is (3,207,248). Sum of RGB (Red+Green+Blue) = 3+207+248=458 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.66% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 248 (97.27% from 255 or 54.15% from 458); Max value from RGB is 248 - color contains mainly: blue. Hex color #03CFF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03CFF8 is #FC3007. Grayscale: #969696. Windows color (decimal): -16527368 or 16305923. OLE color: 16305923.
HSL color Cylindrical-coordinate representation of color #03CFF8: hue angle of 190.04º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CFF8 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 3 | 207 | 248 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.03 |
| HSL | 190.04º | 0.98% | 0.49% | - |
| HSV(B) | 190.04º | 0.99% | 0.97% | - |
| XYZ | 39.29 | 51.42 | 96.66 | - |
| YUV | 150.68 | 182.91 | 22.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 207 | 248 | 0.99 | 0.17 | 0 | 0.03 | 190.04 | 0.98 | 0.49 |
| Hex | 3 | CF | F8 | 63 | 11 | 0 | 3 | BE | 62 | 31 |
| Octal | 3 | 317 | 370 | 143 | 21 | 0 | 3 | 276 | 142 | 61 |
| Binary | 11 | 11001111 | 11111000 | 1100011 | 10001 | 0 | 11 | 10111110 | 1100010 | 110001 |
Color Harmonies of #03CFF8
Complementary color
Monochromatic Colors of #03CFF8
Black with #03CFF8
Text Example
Text Example
White with #03CFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CFF8; }
p { color: rgb(3,207,248); }
H1.HeaderClassName
{
color: #03CFF8;
}
.AnyTagClassName
{
color: #03CFF8;
}
</style>
background-color css
<style>
a { background-color: #03CFF8; }
a { background-color: rgb(3,207,248); }
div.DivClassName
{
background-color: #03CFF8;
}
.BgClassName
{
background-color: #03CFF8;
}
</style>
border-color css
<style>
span { border-color: #03CFF8; }
span { border-color: rgb(3,207,248); }
td.TdClassName
{
border-color: #03CFF8;
}
.TagClassName
{
border-color: #03CFF8;
}
</style>