Shades of Deep Sky Blue #03CDF8
Tints of Deep Sky Blue #03CDF8
RGB
CMYK
RGB Variations
Color information
#03CDF8 (or 0x03CDF8) is known color: Deep Sky Blue. HEX triplet: 03, CD and F8. RGB value is (3,205,248). Sum of RGB (Red+Green+Blue) = 3+205+248=456 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.66% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 248 (97.27% from 255 or 54.39% from 456); Max value from RGB is 248 - color contains mainly: blue. Hex color #03CDF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03CDF8 is #FC3207. Grayscale: #959595. Windows color (decimal): -16527880 or 16305411. OLE color: 16305411.
HSL color Cylindrical-coordinate representation of color #03CDF8: hue angle of 190.53º 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 #03CDF8 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 3 | 205 | 248 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.03 |
| HSL | 190.53º | 0.98% | 0.49% | - |
| HSV(B) | 190.53º | 0.99% | 0.97% | - |
| XYZ | 38.81 | 50.46 | 96.5 | - |
| YUV | 149.5 | 183.58 | 23.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 205 | 248 | 0.99 | 0.17 | 0 | 0.03 | 190.53 | 0.98 | 0.49 |
| Hex | 3 | CD | F8 | 63 | 11 | 0 | 3 | BF | 62 | 31 |
| Octal | 3 | 315 | 370 | 143 | 21 | 0 | 3 | 277 | 142 | 61 |
| Binary | 11 | 11001101 | 11111000 | 1100011 | 10001 | 0 | 11 | 10111111 | 1100010 | 110001 |
Color Harmonies of #03CDF8
Complementary color
Monochromatic Colors of #03CDF8
Black with #03CDF8
Text Example
Text Example
White with #03CDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CDF8; }
p { color: rgb(3,205,248); }
H1.HeaderClassName
{
color: #03CDF8;
}
.AnyTagClassName
{
color: #03CDF8;
}
</style>
background-color css
<style>
a { background-color: #03CDF8; }
a { background-color: rgb(3,205,248); }
div.DivClassName
{
background-color: #03CDF8;
}
.BgClassName
{
background-color: #03CDF8;
}
</style>
border-color css
<style>
span { border-color: #03CDF8; }
span { border-color: rgb(3,205,248); }
td.TdClassName
{
border-color: #03CDF8;
}
.TagClassName
{
border-color: #03CDF8;
}
</style>