Shades of Deep Sky Blue #00C1FE
Tints of Deep Sky Blue #00C1FE
RGB
CMYK
RGB Variations
Color information
#00C1FE (or 0x00C1FE) is known color: Deep Sky Blue. HEX triplet: 00, C1 and FE. RGB value is (0,193,254). Sum of RGB (Red+Green+Blue) = 0+193+254=447 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #00C1FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00C1FE is #FF3E01. Grayscale: #8D8D8D. Windows color (decimal): -16727554 or 16695552. OLE color: 16695552.
HSL color Cylindrical-coordinate representation of color #00C1FE: hue angle of 194.41º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C1FE is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 193 | 254 | - |
| CMYK | 1 | 0.24 | 0 | 0.00 |
| HSL | 194.41º | 1% | 0.5% | - |
| HSV(B) | 194.41º | 1% | 1% | - |
| XYZ | 36.96 | 45.3 | 100.56 | - |
| YUV | 142.25 | 191.06 | 26.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 193 | 254 | 1 | 0.24 | 0 | 0.00 | 194.41 | 1 | 0.5 |
| Hex | 0 | C1 | FE | 64 | 18 | 0 | 0 | C2 | 64 | 32 |
| Octal | 0 | 301 | 376 | 144 | 30 | 0 | 0 | 302 | 144 | 62 |
| Binary | 0 | 11000001 | 11111110 | 1100100 | 11000 | 0 | 0 | 11000010 | 1100100 | 110010 |
Color Harmonies of #00C1FE
Complementary color
Monochromatic Colors of #00C1FE
Black with #00C1FE
Text Example
Text Example
White with #00C1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C1FE; }
p { color: rgb(0,193,254); }
H1.HeaderClassName
{
color: #00C1FE;
}
.AnyTagClassName
{
color: #00C1FE;
}
</style>
background-color css
<style>
a { background-color: #00C1FE; }
a { background-color: rgb(0,193,254); }
div.DivClassName
{
background-color: #00C1FE;
}
.BgClassName
{
background-color: #00C1FE;
}
</style>
border-color css
<style>
span { border-color: #00C1FE; }
span { border-color: rgb(0,193,254); }
td.TdClassName
{
border-color: #00C1FE;
}
.TagClassName
{
border-color: #00C1FE;
}
</style>