Shades of Deep Sky Blue #08C1FE
Tints of Deep Sky Blue #08C1FE
RGB
CMYK
RGB Variations
Color information
#08C1FE (or 0x08C1FE) is known color: Deep Sky Blue. HEX triplet: 08, C1 and FE. RGB value is (8,193,254). Sum of RGB (Red+Green+Blue) = 8+193+254=455 (60% of max value = 765). Red value is 8 (3.52% from 255 or 1.76% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #08C1FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08C1FE is #F73E01. Grayscale: #909090. Windows color (decimal): -16203266 or 16695560. OLE color: 16695560.
HSL color Cylindrical-coordinate representation of color #08C1FE: hue angle of 194.88º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08C1FE is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 193 | 254 | - |
| CMYK | 0.97 | 0.24 | 0 | 0.00 |
| HSL | 194.88º | 0.99% | 0.51% | - |
| HSV(B) | 194.88º | 0.97% | 1% | - |
| XYZ | 37.06 | 45.35 | 100.57 | - |
| YUV | 144.64 | 189.71 | 30.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 193 | 254 | 0.97 | 0.24 | 0 | 0.00 | 194.88 | 0.99 | 0.51 |
| Hex | 8 | C1 | FE | 61 | 18 | 0 | 0 | C3 | 63 | 33 |
| Octal | 10 | 301 | 376 | 141 | 30 | 0 | 0 | 303 | 143 | 63 |
| Binary | 1000 | 11000001 | 11111110 | 1100001 | 11000 | 0 | 0 | 11000011 | 1100011 | 110011 |
Color Harmonies of #08C1FE
Complementary color
Monochromatic Colors of #08C1FE
Black with #08C1FE
Text Example
Text Example
White with #08C1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C1FE; }
p { color: rgb(8,193,254); }
H1.HeaderClassName
{
color: #08C1FE;
}
.AnyTagClassName
{
color: #08C1FE;
}
</style>
background-color css
<style>
a { background-color: #08C1FE; }
a { background-color: rgb(8,193,254); }
div.DivClassName
{
background-color: #08C1FE;
}
.BgClassName
{
background-color: #08C1FE;
}
</style>
border-color css
<style>
span { border-color: #08C1FE; }
span { border-color: rgb(8,193,254); }
td.TdClassName
{
border-color: #08C1FE;
}
.TagClassName
{
border-color: #08C1FE;
}
</style>