Shades of Deep Sky Blue #01B7FF
Tints of Deep Sky Blue #01B7FF
RGB
CMYK
RGB Variations
Color information
#01B7FF (or 0x01B7FF) is known color: Deep Sky Blue. HEX triplet: 01, B7 and FF. RGB value is (1,183,255). Sum of RGB (Red+Green+Blue) = 1+183+255=439 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #01B7FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01B7FF is #FE4800. Grayscale: #888888. Windows color (decimal): -16664577 or 16758529. OLE color: 16758529.
HSL color Cylindrical-coordinate representation of color #01B7FF: hue angle of 197.01º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01B7FF is Cyan = 1.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 183 | 255 | - |
| CMYK | 1.00 | 0.28 | 0 | 0 |
| HSL | 197.01º | 1% | 0.5% | - |
| HSV(B) | 197.01º | 1% | 1% | - |
| XYZ | 35 | 41.09 | 100.7 | - |
| YUV | 136.79 | 194.7 | 31.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 183 | 255 | 1.00 | 0.28 | 0 | 0 | 197.01 | 1 | 0.5 |
| Hex | 1 | B7 | FF | 64 | 1C | 0 | 0 | C5 | 64 | 32 |
| Octal | 1 | 267 | 377 | 144 | 34 | 0 | 0 | 305 | 144 | 62 |
| Binary | 1 | 10110111 | 11111111 | 1100100 | 11100 | 0 | 0 | 11000101 | 1100100 | 110010 |
Color Harmonies of #01B7FF
Complementary color
Monochromatic Colors of #01B7FF
Black with #01B7FF
Text Example
Text Example
White with #01B7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B7FF; }
p { color: rgb(1,183,255); }
H1.HeaderClassName
{
color: #01B7FF;
}
.AnyTagClassName
{
color: #01B7FF;
}
</style>
background-color css
<style>
a { background-color: #01B7FF; }
a { background-color: rgb(1,183,255); }
div.DivClassName
{
background-color: #01B7FF;
}
.BgClassName
{
background-color: #01B7FF;
}
</style>
border-color css
<style>
span { border-color: #01B7FF; }
span { border-color: rgb(1,183,255); }
td.TdClassName
{
border-color: #01B7FF;
}
.TagClassName
{
border-color: #01B7FF;
}
</style>