Shades of Deep Sky Blue #08BCED
Tints of Deep Sky Blue #08BCED
RGB
CMYK
RGB Variations
Color information
#08BCED (or 0x08BCED) is known color: Deep Sky Blue. HEX triplet: 08, BC and ED. RGB value is (8,188,237). Sum of RGB (Red+Green+Blue) = 8+188+237=433 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.85% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #08BCED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08BCED is #F74312. Grayscale: #8B8B8B. Windows color (decimal): -16204563 or 15580168. OLE color: 15580168.
HSL color Cylindrical-coordinate representation of color #08BCED: hue angle of 192.84º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08BCED is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 188 | 237 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.07 |
| HSL | 192.84º | 0.93% | 0.48% | - |
| HSV(B) | 192.84º | 0.97% | 0.93% | - |
| XYZ | 33.37 | 42.13 | 86.49 | - |
| YUV | 139.77 | 182.87 | 34.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 188 | 237 | 0.97 | 0.21 | 0 | 0.07 | 192.84 | 0.93 | 0.48 |
| Hex | 8 | BC | ED | 61 | 15 | 0 | 7 | C1 | 5D | 30 |
| Octal | 10 | 274 | 355 | 141 | 25 | 0 | 7 | 301 | 135 | 60 |
| Binary | 1000 | 10111100 | 11101101 | 1100001 | 10101 | 0 | 111 | 11000001 | 1011101 | 110000 |
Color Harmonies of #08BCED
Complementary color
Monochromatic Colors of #08BCED
Black with #08BCED
Text Example
Text Example
White with #08BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BCED; }
p { color: rgb(8,188,237); }
H1.HeaderClassName
{
color: #08BCED;
}
.AnyTagClassName
{
color: #08BCED;
}
</style>
background-color css
<style>
a { background-color: #08BCED; }
a { background-color: rgb(8,188,237); }
div.DivClassName
{
background-color: #08BCED;
}
.BgClassName
{
background-color: #08BCED;
}
</style>
border-color css
<style>
span { border-color: #08BCED; }
span { border-color: rgb(8,188,237); }
td.TdClassName
{
border-color: #08BCED;
}
.TagClassName
{
border-color: #08BCED;
}
</style>