Shades of Deep Sky Blue #03BDF6
Tints of Deep Sky Blue #03BDF6
RGB
CMYK
RGB Variations
Color information
#03BDF6 (or 0x03BDF6) is known color: Deep Sky Blue. HEX triplet: 03, BD and F6. RGB value is (3,189,246). Sum of RGB (Red+Green+Blue) = 3+189+246=438 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 246 (96.48% from 255 or 56.16% from 438); Max value from RGB is 246 - color contains mainly: blue. Hex color #03BDF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BDF6 is #FC4209. Grayscale: #8B8B8B. Windows color (decimal): -16531978 or 16170243. OLE color: 16170243.
HSL color Cylindrical-coordinate representation of color #03BDF6: hue angle of 194.07º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BDF6 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 189 | 246 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.04 |
| HSL | 194.07º | 0.98% | 0.49% | - |
| HSV(B) | 194.07º | 0.99% | 0.96% | - |
| XYZ | 34.87 | 43.07 | 93.66 | - |
| YUV | 139.88 | 187.88 | 30.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 189 | 246 | 0.99 | 0.23 | 0 | 0.04 | 194.07 | 0.98 | 0.49 |
| Hex | 3 | BD | F6 | 63 | 17 | 0 | 4 | C2 | 62 | 31 |
| Octal | 3 | 275 | 366 | 143 | 27 | 0 | 4 | 302 | 142 | 61 |
| Binary | 11 | 10111101 | 11110110 | 1100011 | 10111 | 0 | 100 | 11000010 | 1100010 | 110001 |
Color Harmonies of #03BDF6
Complementary color
Monochromatic Colors of #03BDF6
Black with #03BDF6
Text Example
Text Example
White with #03BDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BDF6; }
p { color: rgb(3,189,246); }
H1.HeaderClassName
{
color: #03BDF6;
}
.AnyTagClassName
{
color: #03BDF6;
}
</style>
background-color css
<style>
a { background-color: #03BDF6; }
a { background-color: rgb(3,189,246); }
div.DivClassName
{
background-color: #03BDF6;
}
.BgClassName
{
background-color: #03BDF6;
}
</style>
border-color css
<style>
span { border-color: #03BDF6; }
span { border-color: rgb(3,189,246); }
td.TdClassName
{
border-color: #03BDF6;
}
.TagClassName
{
border-color: #03BDF6;
}
</style>