Shades of Deep Sky Blue #01C8EE
Tints of Deep Sky Blue #01C8EE
RGB
CMYK
RGB Variations
Color information
#01C8EE (or 0x01C8EE) is known color: Deep Sky Blue. HEX triplet: 01, C8 and EE. RGB value is (1,200,238). Sum of RGB (Red+Green+Blue) = 1+200+238=439 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 439); Green value is 200 (78.52% from 255 or 45.56% from 439); Blue value is 238 (93.36% from 255 or 54.21% from 439); Max value from RGB is 238 - color contains mainly: blue. Hex color #01C8EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01C8EE is #FE3711. Grayscale: #909090. Windows color (decimal): -16660242 or 15648769. OLE color: 15648769.
HSL color Cylindrical-coordinate representation of color #01C8EE: hue angle of 189.62º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C8EE is Cyan = 1.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 200 | 238 | - |
| CMYK | 1.00 | 0.16 | 0 | 0.07 |
| HSL | 189.62º | 0.99% | 0.47% | - |
| HSV(B) | 189.62º | 1% | 0.93% | - |
| XYZ | 36.1 | 47.49 | 88.15 | - |
| YUV | 144.83 | 180.57 | 25.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 200 | 238 | 1.00 | 0.16 | 0 | 0.07 | 189.62 | 0.99 | 0.47 |
| Hex | 1 | C8 | EE | 64 | 10 | 0 | 7 | BE | 63 | 2F |
| Octal | 1 | 310 | 356 | 144 | 20 | 0 | 7 | 276 | 143 | 57 |
| Binary | 1 | 11001000 | 11101110 | 1100100 | 10000 | 0 | 111 | 10111110 | 1100011 | 101111 |
Color Harmonies of #01C8EE
Complementary color
Monochromatic Colors of #01C8EE
Black with #01C8EE
Text Example
Text Example
White with #01C8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C8EE; }
p { color: rgb(1,200,238); }
H1.HeaderClassName
{
color: #01C8EE;
}
.AnyTagClassName
{
color: #01C8EE;
}
</style>
background-color css
<style>
a { background-color: #01C8EE; }
a { background-color: rgb(1,200,238); }
div.DivClassName
{
background-color: #01C8EE;
}
.BgClassName
{
background-color: #01C8EE;
}
</style>
border-color css
<style>
span { border-color: #01C8EE; }
span { border-color: rgb(1,200,238); }
td.TdClassName
{
border-color: #01C8EE;
}
.TagClassName
{
border-color: #01C8EE;
}
</style>