Shades of Deep Sky Blue #00B7F3
Tints of Deep Sky Blue #00B7F3
RGB
CMYK
RGB Variations
Color information
#00B7F3 (or 0x00B7F3) is known color: Deep Sky Blue. HEX triplet: 00, B7 and F3. RGB value is (0,183,243). Sum of RGB (Red+Green+Blue) = 0+183+243=426 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 426); Green value is 183 (71.88% from 255 or 42.96% from 426); Blue value is 243 (95.31% from 255 or 57.04% from 426); Max value from RGB is 243 - color contains mainly: blue. Hex color #00B7F3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00B7F3 is #FF480C. Grayscale: #868686. Windows color (decimal): -16730125 or 15972096. OLE color: 15972096.
HSL color Cylindrical-coordinate representation of color #00B7F3: hue angle of 194.81º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B7F3 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 183 | 243 | - |
| CMYK | 1 | 0.25 | 0 | 0.05 |
| HSL | 194.81º | 1% | 0.48% | - |
| HSV(B) | 194.81º | 1% | 0.95% | - |
| XYZ | 33.11 | 40.34 | 90.83 | - |
| YUV | 135.12 | 188.87 | 31.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 183 | 243 | 1 | 0.25 | 0 | 0.05 | 194.81 | 1 | 0.48 |
| Hex | 0 | B7 | F3 | 64 | 19 | 0 | 5 | C3 | 64 | 30 |
| Octal | 0 | 267 | 363 | 144 | 31 | 0 | 5 | 303 | 144 | 60 |
| Binary | 0 | 10110111 | 11110011 | 1100100 | 11001 | 0 | 101 | 11000011 | 1100100 | 110000 |
Color Harmonies of #00B7F3
Complementary color
Monochromatic Colors of #00B7F3
Black with #00B7F3
Text Example
Text Example
White with #00B7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B7F3; }
p { color: rgb(0,183,243); }
H1.HeaderClassName
{
color: #00B7F3;
}
.AnyTagClassName
{
color: #00B7F3;
}
</style>
background-color css
<style>
a { background-color: #00B7F3; }
a { background-color: rgb(0,183,243); }
div.DivClassName
{
background-color: #00B7F3;
}
.BgClassName
{
background-color: #00B7F3;
}
</style>
border-color css
<style>
span { border-color: #00B7F3; }
span { border-color: rgb(0,183,243); }
td.TdClassName
{
border-color: #00B7F3;
}
.TagClassName
{
border-color: #00B7F3;
}
</style>