Shades of Deep Sky Blue #0CBEFD
Tints of Deep Sky Blue #0CBEFD
RGB
CMYK
RGB Variations
Color information
#0CBEFD (or 0x0CBEFD) is known color: Deep Sky Blue. HEX triplet: 0C, BE and FD. RGB value is (12,190,253). Sum of RGB (Red+Green+Blue) = 12+190+253=455 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.64% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 253 (99.22% from 255 or 55.60% from 455); Max value from RGB is 253 - color contains mainly: blue. Hex color #0CBEFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CBEFD is #F34102. Grayscale: #8F8F8F. Windows color (decimal): -15941891 or 16629260. OLE color: 16629260.
HSL color Cylindrical-coordinate representation of color #0CBEFD: hue angle of 195.68º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CBEFD is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 12 | 190 | 253 | - |
| CMYK | 0.95 | 0.25 | 0 | 0.01 |
| HSL | 195.68º | 0.98% | 0.52% | - |
| HSV(B) | 195.68º | 0.95% | 0.99% | - |
| XYZ | 36.29 | 44 | 99.51 | - |
| YUV | 143.96 | 189.53 | 33.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 190 | 253 | 0.95 | 0.25 | 0 | 0.01 | 195.68 | 0.98 | 0.52 |
| Hex | C | BE | FD | 5F | 19 | 0 | 1 | C4 | 62 | 34 |
| Octal | 14 | 276 | 375 | 137 | 31 | 0 | 1 | 304 | 142 | 64 |
| Binary | 1100 | 10111110 | 11111101 | 1011111 | 11001 | 0 | 1 | 11000100 | 1100010 | 110100 |
Color Harmonies of #0CBEFD
Complementary color
Monochromatic Colors of #0CBEFD
Black with #0CBEFD
Text Example
Text Example
White with #0CBEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBEFD; }
p { color: rgb(12,190,253); }
H1.HeaderClassName
{
color: #0CBEFD;
}
.AnyTagClassName
{
color: #0CBEFD;
}
</style>
background-color css
<style>
a { background-color: #0CBEFD; }
a { background-color: rgb(12,190,253); }
div.DivClassName
{
background-color: #0CBEFD;
}
.BgClassName
{
background-color: #0CBEFD;
}
</style>
border-color css
<style>
span { border-color: #0CBEFD; }
span { border-color: rgb(12,190,253); }
td.TdClassName
{
border-color: #0CBEFD;
}
.TagClassName
{
border-color: #0CBEFD;
}
</style>