Shades of Deep Sky Blue #08C2FB
Tints of Deep Sky Blue #08C2FB
RGB
CMYK
RGB Variations
Color information
#08C2FB (or 0x08C2FB) is known color: Deep Sky Blue. HEX triplet: 08, C2 and FB. RGB value is (8,194,251). Sum of RGB (Red+Green+Blue) = 8+194+251=453 (60% of max value = 765). Red value is 8 (3.52% from 255 or 1.77% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 251 (98.44% from 255 or 55.41% from 453); Max value from RGB is 251 - color contains mainly: blue. Hex color #08C2FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08C2FB is #F73D04. Grayscale: #909090. Windows color (decimal): -16203013 or 16499208. OLE color: 16499208.
HSL color Cylindrical-coordinate representation of color #08C2FB: hue angle of 194.07º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08C2FB is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 194 | 251 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.02 |
| HSL | 194.07º | 0.97% | 0.51% | - |
| HSV(B) | 194.07º | 0.97% | 0.98% | - |
| XYZ | 36.8 | 45.6 | 98.13 | - |
| YUV | 144.88 | 187.88 | 30.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 194 | 251 | 0.97 | 0.23 | 0 | 0.02 | 194.07 | 0.97 | 0.51 |
| Hex | 8 | C2 | FB | 61 | 17 | 0 | 2 | C2 | 61 | 33 |
| Octal | 10 | 302 | 373 | 141 | 27 | 0 | 2 | 302 | 141 | 63 |
| Binary | 1000 | 11000010 | 11111011 | 1100001 | 10111 | 0 | 10 | 11000010 | 1100001 | 110011 |
Color Harmonies of #08C2FB
Complementary color
Monochromatic Colors of #08C2FB
Black with #08C2FB
Text Example
Text Example
White with #08C2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C2FB; }
p { color: rgb(8,194,251); }
H1.HeaderClassName
{
color: #08C2FB;
}
.AnyTagClassName
{
color: #08C2FB;
}
</style>
background-color css
<style>
a { background-color: #08C2FB; }
a { background-color: rgb(8,194,251); }
div.DivClassName
{
background-color: #08C2FB;
}
.BgClassName
{
background-color: #08C2FB;
}
</style>
border-color css
<style>
span { border-color: #08C2FB; }
span { border-color: rgb(8,194,251); }
td.TdClassName
{
border-color: #08C2FB;
}
.TagClassName
{
border-color: #08C2FB;
}
</style>