Shades of Deep Sky Blue #05BBF2
Tints of Deep Sky Blue #05BBF2
RGB
CMYK
RGB Variations
Color information
#05BBF2 (or 0x05BBF2) is known color: Deep Sky Blue. HEX triplet: 05, BB and F2. RGB value is (5,187,242). Sum of RGB (Red+Green+Blue) = 5+187+242=434 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.15% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 242 (94.92% from 255 or 55.76% from 434); Max value from RGB is 242 - color contains mainly: blue. Hex color #05BBF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05BBF2 is #FA440D. Grayscale: #8A8A8A. Windows color (decimal): -16401422 or 15907589. OLE color: 15907589.
HSL color Cylindrical-coordinate representation of color #05BBF2: hue angle of 193.92º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BBF2 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 187 | 242 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.05 |
| HSL | 193.92º | 0.96% | 0.48% | - |
| HSV(B) | 193.92º | 0.98% | 0.95% | - |
| XYZ | 33.86 | 41.98 | 90.32 | - |
| YUV | 138.85 | 186.2 | 32.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 187 | 242 | 0.98 | 0.23 | 0 | 0.05 | 193.92 | 0.96 | 0.48 |
| Hex | 5 | BB | F2 | 62 | 17 | 0 | 5 | C2 | 60 | 30 |
| Octal | 5 | 273 | 362 | 142 | 27 | 0 | 5 | 302 | 140 | 60 |
| Binary | 101 | 10111011 | 11110010 | 1100010 | 10111 | 0 | 101 | 11000010 | 1100000 | 110000 |
Color Harmonies of #05BBF2
Complementary color
Monochromatic Colors of #05BBF2
Black with #05BBF2
Text Example
Text Example
White with #05BBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BBF2; }
p { color: rgb(5,187,242); }
H1.HeaderClassName
{
color: #05BBF2;
}
.AnyTagClassName
{
color: #05BBF2;
}
</style>
background-color css
<style>
a { background-color: #05BBF2; }
a { background-color: rgb(5,187,242); }
div.DivClassName
{
background-color: #05BBF2;
}
.BgClassName
{
background-color: #05BBF2;
}
</style>
border-color css
<style>
span { border-color: #05BBF2; }
span { border-color: rgb(5,187,242); }
td.TdClassName
{
border-color: #05BBF2;
}
.TagClassName
{
border-color: #05BBF2;
}
</style>