Shades of Deep Sky Blue #0CDFFE
Tints of Deep Sky Blue #0CDFFE
RGB
CMYK
RGB Variations
Color information
#0CDFFE (or 0x0CDFFE) is known color: Deep Sky Blue. HEX triplet: 0C, DF and FE. RGB value is (12,223,254). Sum of RGB (Red+Green+Blue) = 12+223+254=489 (64% of max value = 765). Red value is 12 (5.08% from 255 or 2.45% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #0CDFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CDFFE is #F32001. Grayscale: #A3A3A3. Windows color (decimal): -15933442 or 16703244. OLE color: 16703244.
HSL color Cylindrical-coordinate representation of color #0CDFFE: hue angle of 187.69º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDFFE is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 223 | 254 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.00 |
| HSL | 187.69º | 0.99% | 0.52% | - |
| HSV(B) | 187.69º | 0.95% | 1% | - |
| XYZ | 44.43 | 60.01 | 103.01 | - |
| YUV | 163.45 | 179.1 | 19.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 223 | 254 | 0.95 | 0.12 | 0 | 0.00 | 187.69 | 0.99 | 0.52 |
| Hex | C | DF | FE | 5F | C | 0 | 0 | BC | 63 | 34 |
| Octal | 14 | 337 | 376 | 137 | 14 | 0 | 0 | 274 | 143 | 64 |
| Binary | 1100 | 11011111 | 11111110 | 1011111 | 1100 | 0 | 0 | 10111100 | 1100011 | 110100 |
Color Harmonies of #0CDFFE
Complementary color
Monochromatic Colors of #0CDFFE
Black with #0CDFFE
Text Example
Text Example
White with #0CDFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDFFE; }
p { color: rgb(12,223,254); }
H1.HeaderClassName
{
color: #0CDFFE;
}
.AnyTagClassName
{
color: #0CDFFE;
}
</style>
background-color css
<style>
a { background-color: #0CDFFE; }
a { background-color: rgb(12,223,254); }
div.DivClassName
{
background-color: #0CDFFE;
}
.BgClassName
{
background-color: #0CDFFE;
}
</style>
border-color css
<style>
span { border-color: #0CDFFE; }
span { border-color: rgb(12,223,254); }
td.TdClassName
{
border-color: #0CDFFE;
}
.TagClassName
{
border-color: #0CDFFE;
}
</style>