Shades of Deep Sky Blue #01B7ED
Tints of Deep Sky Blue #01B7ED
RGB
CMYK
RGB Variations
Color information
#01B7ED (or 0x01B7ED) is known color: Deep Sky Blue. HEX triplet: 01, B7 and ED. RGB value is (1,183,237). Sum of RGB (Red+Green+Blue) = 1+183+237=421 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 237 (92.97% from 255 or 56.29% from 421); Max value from RGB is 237 - color contains mainly: blue. Hex color #01B7ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01B7ED is #FE4812. Grayscale: #868686. Windows color (decimal): -16664595 or 15578881. OLE color: 15578881.
HSL color Cylindrical-coordinate representation of color #01B7ED: hue angle of 193.73º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01B7ED is Cyan = 1.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 183 | 237 | - |
| CMYK | 1.00 | 0.23 | 0 | 0.07 |
| HSL | 193.73º | 0.99% | 0.47% | - |
| HSV(B) | 193.73º | 1% | 0.93% | - |
| XYZ | 32.23 | 39.99 | 86.14 | - |
| YUV | 134.74 | 185.7 | 32.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 183 | 237 | 1.00 | 0.23 | 0 | 0.07 | 193.73 | 0.99 | 0.47 |
| Hex | 1 | B7 | ED | 64 | 17 | 0 | 7 | C2 | 63 | 2F |
| Octal | 1 | 267 | 355 | 144 | 27 | 0 | 7 | 302 | 143 | 57 |
| Binary | 1 | 10110111 | 11101101 | 1100100 | 10111 | 0 | 111 | 11000010 | 1100011 | 101111 |
Color Harmonies of #01B7ED
Complementary color
Monochromatic Colors of #01B7ED
Black with #01B7ED
Text Example
Text Example
White with #01B7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B7ED; }
p { color: rgb(1,183,237); }
H1.HeaderClassName
{
color: #01B7ED;
}
.AnyTagClassName
{
color: #01B7ED;
}
</style>
background-color css
<style>
a { background-color: #01B7ED; }
a { background-color: rgb(1,183,237); }
div.DivClassName
{
background-color: #01B7ED;
}
.BgClassName
{
background-color: #01B7ED;
}
</style>
border-color css
<style>
span { border-color: #01B7ED; }
span { border-color: rgb(1,183,237); }
td.TdClassName
{
border-color: #01B7ED;
}
.TagClassName
{
border-color: #01B7ED;
}
</style>