Shades of Deep Sky Blue #01BBF3
Tints of Deep Sky Blue #01BBF3
RGB
CMYK
RGB Variations
Color information
#01BBF3 (or 0x01BBF3) is known color: Deep Sky Blue. HEX triplet: 01, BB and F3. RGB value is (1,187,243). Sum of RGB (Red+Green+Blue) = 1+187+243=431 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 243 (95.31% from 255 or 56.38% from 431); Max value from RGB is 243 - color contains mainly: blue. Hex color #01BBF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01BBF3 is #FE440C. Grayscale: #898989. Windows color (decimal): -16663565 or 15973121. OLE color: 15973121.
HSL color Cylindrical-coordinate representation of color #01BBF3: hue angle of 193.88º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BBF3 is Cyan = 1.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 187 | 243 | - |
| CMYK | 1.00 | 0.23 | 0 | 0.05 |
| HSL | 193.88º | 0.99% | 0.48% | - |
| HSV(B) | 193.88º | 1% | 0.95% | - |
| XYZ | 33.96 | 42.02 | 91.11 | - |
| YUV | 137.77 | 187.38 | 30.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 187 | 243 | 1.00 | 0.23 | 0 | 0.05 | 193.88 | 0.99 | 0.48 |
| Hex | 1 | BB | F3 | 64 | 17 | 0 | 5 | C2 | 63 | 30 |
| Octal | 1 | 273 | 363 | 144 | 27 | 0 | 5 | 302 | 143 | 60 |
| Binary | 1 | 10111011 | 11110011 | 1100100 | 10111 | 0 | 101 | 11000010 | 1100011 | 110000 |
Color Harmonies of #01BBF3
Complementary color
Monochromatic Colors of #01BBF3
Black with #01BBF3
Text Example
Text Example
White with #01BBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BBF3; }
p { color: rgb(1,187,243); }
H1.HeaderClassName
{
color: #01BBF3;
}
.AnyTagClassName
{
color: #01BBF3;
}
</style>
background-color css
<style>
a { background-color: #01BBF3; }
a { background-color: rgb(1,187,243); }
div.DivClassName
{
background-color: #01BBF3;
}
.BgClassName
{
background-color: #01BBF3;
}
</style>
border-color css
<style>
span { border-color: #01BBF3; }
span { border-color: rgb(1,187,243); }
td.TdClassName
{
border-color: #01BBF3;
}
.TagClassName
{
border-color: #01BBF3;
}
</style>