Shades of Deep Sky Blue #0CCDFE
Tints of Deep Sky Blue #0CCDFE
RGB
CMYK
RGB Variations
Color information
#0CCDFE (or 0x0CCDFE) is known color: Deep Sky Blue. HEX triplet: 0C, CD and FE. RGB value is (12,205,254). Sum of RGB (Red+Green+Blue) = 12+205+254=471 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.55% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #0CCDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCDFE is #F33201. Grayscale: #989898. Windows color (decimal): -15938050 or 16698636. OLE color: 16698636.
HSL color Cylindrical-coordinate representation of color #0CCDFE: hue angle of 192.15º 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 #0CCDFE is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 205 | 254 | - |
| CMYK | 0.95 | 0.19 | 0 | 0.00 |
| HSL | 192.15º | 0.99% | 0.52% | - |
| HSV(B) | 192.15º | 0.95% | 1% | - |
| XYZ | 39.87 | 50.9 | 101.49 | - |
| YUV | 152.88 | 185.06 | 27.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 205 | 254 | 0.95 | 0.19 | 0 | 0.00 | 192.15 | 0.99 | 0.52 |
| Hex | C | CD | FE | 5F | 13 | 0 | 0 | C0 | 63 | 34 |
| Octal | 14 | 315 | 376 | 137 | 23 | 0 | 0 | 300 | 143 | 64 |
| Binary | 1100 | 11001101 | 11111110 | 1011111 | 10011 | 0 | 0 | 11000000 | 1100011 | 110100 |
Color Harmonies of #0CCDFE
Complementary color
Monochromatic Colors of #0CCDFE
Black with #0CCDFE
Text Example
Text Example
White with #0CCDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCDFE; }
p { color: rgb(12,205,254); }
H1.HeaderClassName
{
color: #0CCDFE;
}
.AnyTagClassName
{
color: #0CCDFE;
}
</style>
background-color css
<style>
a { background-color: #0CCDFE; }
a { background-color: rgb(12,205,254); }
div.DivClassName
{
background-color: #0CCDFE;
}
.BgClassName
{
background-color: #0CCDFE;
}
</style>
border-color css
<style>
span { border-color: #0CCDFE; }
span { border-color: rgb(12,205,254); }
td.TdClassName
{
border-color: #0CCDFE;
}
.TagClassName
{
border-color: #0CCDFE;
}
</style>