Shades of Deep Sky Blue #03D1F8
Tints of Deep Sky Blue #03D1F8
RGB
CMYK
RGB Variations
Color information
#03D1F8 (or 0x03D1F8) is known color: Deep Sky Blue. HEX triplet: 03, D1 and F8. RGB value is (3,209,248). Sum of RGB (Red+Green+Blue) = 3+209+248=460 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 460); Green value is 209 (82.03% from 255 or 45.43% from 460); Blue value is 248 (97.27% from 255 or 53.91% from 460); Max value from RGB is 248 - color contains mainly: blue. Hex color #03D1F8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03D1F8 is #FC2E07. Grayscale: #979797. Windows color (decimal): -16526856 or 16306435. OLE color: 16306435.
HSL color Cylindrical-coordinate representation of color #03D1F8: hue angle of 189.55º 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 #03D1F8 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 3 | 209 | 248 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.03 |
| HSL | 189.55º | 0.98% | 0.49% | - |
| HSV(B) | 189.55º | 0.99% | 0.97% | - |
| XYZ | 39.78 | 52.4 | 96.82 | - |
| YUV | 151.85 | 182.25 | 21.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 209 | 248 | 0.99 | 0.16 | 0 | 0.03 | 189.55 | 0.98 | 0.49 |
| Hex | 3 | D1 | F8 | 63 | 10 | 0 | 3 | BE | 62 | 31 |
| Octal | 3 | 321 | 370 | 143 | 20 | 0 | 3 | 276 | 142 | 61 |
| Binary | 11 | 11010001 | 11111000 | 1100011 | 10000 | 0 | 11 | 10111110 | 1100010 | 110001 |
Color Harmonies of #03D1F8
Complementary color
Monochromatic Colors of #03D1F8
Black with #03D1F8
Text Example
Text Example
White with #03D1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D1F8; }
p { color: rgb(3,209,248); }
H1.HeaderClassName
{
color: #03D1F8;
}
.AnyTagClassName
{
color: #03D1F8;
}
</style>
background-color css
<style>
a { background-color: #03D1F8; }
a { background-color: rgb(3,209,248); }
div.DivClassName
{
background-color: #03D1F8;
}
.BgClassName
{
background-color: #03D1F8;
}
</style>
border-color css
<style>
span { border-color: #03D1F8; }
span { border-color: rgb(3,209,248); }
td.TdClassName
{
border-color: #03D1F8;
}
.TagClassName
{
border-color: #03D1F8;
}
</style>