Shades of Deep Sky Blue #00B7FB
Tints of Deep Sky Blue #00B7FB
RGB
CMYK
RGB Variations
Color information
#00B7FB (or 0x00B7FB) is known color: Deep Sky Blue. HEX triplet: 00, B7 and FB. RGB value is (0,183,251). Sum of RGB (Red+Green+Blue) = 0+183+251=434 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #00B7FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00B7FB is #FF4804. Grayscale: #878787. Windows color (decimal): -16730117 or 16496384. OLE color: 16496384.
HSL color Cylindrical-coordinate representation of color #00B7FB: hue angle of 196.25º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B7FB is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 183 | 251 | - |
| CMYK | 1 | 0.27 | 0 | 0.02 |
| HSL | 196.26º | 1% | 0.49% | - |
| HSV(B) | 196.26º | 1% | 0.98% | - |
| XYZ | 34.35 | 40.83 | 97.34 | - |
| YUV | 136.04 | 192.87 | 30.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 183 | 251 | 1 | 0.27 | 0 | 0.02 | 196.26 | 1 | 0.49 |
| Hex | 0 | B7 | FB | 64 | 1B | 0 | 2 | C4 | 64 | 31 |
| Octal | 0 | 267 | 373 | 144 | 33 | 0 | 2 | 304 | 144 | 61 |
| Binary | 0 | 10110111 | 11111011 | 1100100 | 11011 | 0 | 10 | 11000100 | 1100100 | 110001 |
Color Harmonies of #00B7FB
Complementary color
Monochromatic Colors of #00B7FB
Black with #00B7FB
Text Example
Text Example
White with #00B7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B7FB; }
p { color: rgb(0,183,251); }
H1.HeaderClassName
{
color: #00B7FB;
}
.AnyTagClassName
{
color: #00B7FB;
}
</style>
background-color css
<style>
a { background-color: #00B7FB; }
a { background-color: rgb(0,183,251); }
div.DivClassName
{
background-color: #00B7FB;
}
.BgClassName
{
background-color: #00B7FB;
}
</style>
border-color css
<style>
span { border-color: #00B7FB; }
span { border-color: rgb(0,183,251); }
td.TdClassName
{
border-color: #00B7FB;
}
.TagClassName
{
border-color: #00B7FB;
}
</style>