Shades of Deep Sky Blue #00C2FE
Tints of Deep Sky Blue #00C2FE
RGB
CMYK
RGB Variations
Color information
#00C2FE (or 0x00C2FE) is known color: Deep Sky Blue. HEX triplet: 00, C2 and FE. RGB value is (0,194,254). Sum of RGB (Red+Green+Blue) = 0+194+254=448 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #00C2FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00C2FE is #FF3D01. Grayscale: #8E8E8E. Windows color (decimal): -16727298 or 16695808. OLE color: 16695808.
HSL color Cylindrical-coordinate representation of color #00C2FE: hue angle of 194.17º 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 #00C2FE is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 194 | 254 | - |
| CMYK | 1 | 0.24 | 0 | 0.00 |
| HSL | 194.17º | 1% | 0.5% | - |
| HSV(B) | 194.17º | 1% | 1% | - |
| XYZ | 37.18 | 45.74 | 100.63 | - |
| YUV | 142.83 | 190.73 | 26.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 194 | 254 | 1 | 0.24 | 0 | 0.00 | 194.17 | 1 | 0.5 |
| Hex | 0 | C2 | FE | 64 | 18 | 0 | 0 | C2 | 64 | 32 |
| Octal | 0 | 302 | 376 | 144 | 30 | 0 | 0 | 302 | 144 | 62 |
| Binary | 0 | 11000010 | 11111110 | 1100100 | 11000 | 0 | 0 | 11000010 | 1100100 | 110010 |
Color Harmonies of #00C2FE
Complementary color
Monochromatic Colors of #00C2FE
Black with #00C2FE
Text Example
Text Example
White with #00C2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C2FE; }
p { color: rgb(0,194,254); }
H1.HeaderClassName
{
color: #00C2FE;
}
.AnyTagClassName
{
color: #00C2FE;
}
</style>
background-color css
<style>
a { background-color: #00C2FE; }
a { background-color: rgb(0,194,254); }
div.DivClassName
{
background-color: #00C2FE;
}
.BgClassName
{
background-color: #00C2FE;
}
</style>
border-color css
<style>
span { border-color: #00C2FE; }
span { border-color: rgb(0,194,254); }
td.TdClassName
{
border-color: #00C2FE;
}
.TagClassName
{
border-color: #00C2FE;
}
</style>