Shades of Deep Sky Blue #0DBEFE
Tints of Deep Sky Blue #0DBEFE
RGB
CMYK
RGB Variations
Color information
#0DBEFE (or 0x0DBEFE) is known color: Deep Sky Blue. HEX triplet: 0D, BE and FE. RGB value is (13,190,254). Sum of RGB (Red+Green+Blue) = 13+190+254=457 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.84% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #0DBEFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBEFE is #F24101. Grayscale: #8F8F8F. Windows color (decimal): -15876354 or 16694797. OLE color: 16694797.
HSL color Cylindrical-coordinate representation of color #0DBEFE: hue angle of 195.93º 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 #0DBEFE is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 190 | 254 | - |
| CMYK | 0.95 | 0.25 | 0 | 0.00 |
| HSL | 195.93º | 0.99% | 0.52% | - |
| HSV(B) | 195.93º | 0.95% | 1% | - |
| XYZ | 36.47 | 44.07 | 100.35 | - |
| YUV | 144.37 | 189.86 | 34.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 254 | 0.95 | 0.25 | 0 | 0.00 | 195.93 | 0.99 | 0.52 |
| Hex | D | BE | FE | 5F | 19 | 0 | 0 | C4 | 63 | 34 |
| Octal | 15 | 276 | 376 | 137 | 31 | 0 | 0 | 304 | 143 | 64 |
| Binary | 1101 | 10111110 | 11111110 | 1011111 | 11001 | 0 | 0 | 11000100 | 1100011 | 110100 |
Color Harmonies of #0DBEFE
Complementary color
Monochromatic Colors of #0DBEFE
Black with #0DBEFE
Text Example
Text Example
White with #0DBEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBEFE; }
p { color: rgb(13,190,254); }
H1.HeaderClassName
{
color: #0DBEFE;
}
.AnyTagClassName
{
color: #0DBEFE;
}
</style>
background-color css
<style>
a { background-color: #0DBEFE; }
a { background-color: rgb(13,190,254); }
div.DivClassName
{
background-color: #0DBEFE;
}
.BgClassName
{
background-color: #0DBEFE;
}
</style>
border-color css
<style>
span { border-color: #0DBEFE; }
span { border-color: rgb(13,190,254); }
td.TdClassName
{
border-color: #0DBEFE;
}
.TagClassName
{
border-color: #0DBEFE;
}
</style>