Shades of Deep Sky Blue #01B8FF
Tints of Deep Sky Blue #01B8FF
RGB
CMYK
RGB Variations
Color information
#01B8FF (or 0x01B8FF) is known color: Deep Sky Blue. HEX triplet: 01, B8 and FF. RGB value is (1,184,255). Sum of RGB (Red+Green+Blue) = 1+184+255=440 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #01B8FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01B8FF is #FE4700. Grayscale: #888888. Windows color (decimal): -16664321 or 16758785. OLE color: 16758785.
HSL color Cylindrical-coordinate representation of color #01B8FF: hue angle of 196.77º 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 #01B8FF is Cyan = 1.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 184 | 255 | - |
| CMYK | 1.00 | 0.28 | 0 | 0 |
| HSL | 196.77º | 1% | 0.5% | - |
| HSV(B) | 196.77º | 1% | 1% | - |
| XYZ | 35.2 | 41.51 | 100.76 | - |
| YUV | 137.38 | 194.37 | 30.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 184 | 255 | 1.00 | 0.28 | 0 | 0 | 196.77 | 1 | 0.5 |
| Hex | 1 | B8 | FF | 64 | 1C | 0 | 0 | C5 | 64 | 32 |
| Octal | 1 | 270 | 377 | 144 | 34 | 0 | 0 | 305 | 144 | 62 |
| Binary | 1 | 10111000 | 11111111 | 1100100 | 11100 | 0 | 0 | 11000101 | 1100100 | 110010 |
Color Harmonies of #01B8FF
Complementary color
Monochromatic Colors of #01B8FF
Black with #01B8FF
Text Example
Text Example
White with #01B8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B8FF; }
p { color: rgb(1,184,255); }
H1.HeaderClassName
{
color: #01B8FF;
}
.AnyTagClassName
{
color: #01B8FF;
}
</style>
background-color css
<style>
a { background-color: #01B8FF; }
a { background-color: rgb(1,184,255); }
div.DivClassName
{
background-color: #01B8FF;
}
.BgClassName
{
background-color: #01B8FF;
}
</style>
border-color css
<style>
span { border-color: #01B8FF; }
span { border-color: rgb(1,184,255); }
td.TdClassName
{
border-color: #01B8FF;
}
.TagClassName
{
border-color: #01B8FF;
}
</style>