Shades of Deep Sky Blue #03B8FF
Tints of Deep Sky Blue #03B8FF
RGB
CMYK
RGB Variations
Color information
#03B8FF (or 0x03B8FF) is known color: Deep Sky Blue. HEX triplet: 03, B8 and FF. RGB value is (3,184,255). Sum of RGB (Red+Green+Blue) = 3+184+255=442 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 442); Green value is 184 (72.27% from 255 or 41.63% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #03B8FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03B8FF is #FC4700. Grayscale: #898989. Windows color (decimal): -16533249 or 16758787. OLE color: 16758787.
HSL color Cylindrical-coordinate representation of color #03B8FF: hue angle of 196.9º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03B8FF is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 184 | 255 | - |
| CMYK | 0.99 | 0.28 | 0 | 0 |
| HSL | 196.9º | 1% | 0.51% | - |
| HSV(B) | 196.9º | 0.99% | 1% | - |
| XYZ | 35.23 | 41.52 | 100.77 | - |
| YUV | 137.98 | 194.03 | 31.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 184 | 255 | 0.99 | 0.28 | 0 | 0 | 196.9 | 1 | 0.51 |
| Hex | 3 | B8 | FF | 63 | 1C | 0 | 0 | C5 | 64 | 33 |
| Octal | 3 | 270 | 377 | 143 | 34 | 0 | 0 | 305 | 144 | 63 |
| Binary | 11 | 10111000 | 11111111 | 1100011 | 11100 | 0 | 0 | 11000101 | 1100100 | 110011 |
Color Harmonies of #03B8FF
Complementary color
Monochromatic Colors of #03B8FF
Black with #03B8FF
Text Example
Text Example
White with #03B8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B8FF; }
p { color: rgb(3,184,255); }
H1.HeaderClassName
{
color: #03B8FF;
}
.AnyTagClassName
{
color: #03B8FF;
}
</style>
background-color css
<style>
a { background-color: #03B8FF; }
a { background-color: rgb(3,184,255); }
div.DivClassName
{
background-color: #03B8FF;
}
.BgClassName
{
background-color: #03B8FF;
}
</style>
border-color css
<style>
span { border-color: #03B8FF; }
span { border-color: rgb(3,184,255); }
td.TdClassName
{
border-color: #03B8FF;
}
.TagClassName
{
border-color: #03B8FF;
}
</style>