Shades of Deep Sky Blue #01BCFB
Tints of Deep Sky Blue #01BCFB
RGB
CMYK
RGB Variations
Color information
#01BCFB (or 0x01BCFB) is known color: Deep Sky Blue. HEX triplet: 01, BC and FB. RGB value is (1,188,251). Sum of RGB (Red+Green+Blue) = 1+188+251=440 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #01BCFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01BCFB is #FE4304. Grayscale: #8A8A8A. Windows color (decimal): -16663301 or 16497665. OLE color: 16497665.
HSL color Cylindrical-coordinate representation of color #01BCFB: hue angle of 195.12º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BCFB is Cyan = 1.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 188 | 251 | - |
| CMYK | 1.00 | 0.25 | 0 | 0.02 |
| HSL | 195.12º | 0.99% | 0.49% | - |
| HSV(B) | 195.12º | 1% | 0.98% | - |
| XYZ | 35.41 | 42.94 | 97.69 | - |
| YUV | 139.27 | 191.05 | 29.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 251 | 1.00 | 0.25 | 0 | 0.02 | 195.12 | 0.99 | 0.49 |
| Hex | 1 | BC | FB | 64 | 19 | 0 | 2 | C3 | 63 | 31 |
| Octal | 1 | 274 | 373 | 144 | 31 | 0 | 2 | 303 | 143 | 61 |
| Binary | 1 | 10111100 | 11111011 | 1100100 | 11001 | 0 | 10 | 11000011 | 1100011 | 110001 |
Color Harmonies of #01BCFB
Complementary color
Monochromatic Colors of #01BCFB
Black with #01BCFB
Text Example
Text Example
White with #01BCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BCFB; }
p { color: rgb(1,188,251); }
H1.HeaderClassName
{
color: #01BCFB;
}
.AnyTagClassName
{
color: #01BCFB;
}
</style>
background-color css
<style>
a { background-color: #01BCFB; }
a { background-color: rgb(1,188,251); }
div.DivClassName
{
background-color: #01BCFB;
}
.BgClassName
{
background-color: #01BCFB;
}
</style>
border-color css
<style>
span { border-color: #01BCFB; }
span { border-color: rgb(1,188,251); }
td.TdClassName
{
border-color: #01BCFB;
}
.TagClassName
{
border-color: #01BCFB;
}
</style>