Shades of Deep Sky Blue #0DBFFE
Tints of Deep Sky Blue #0DBFFE
RGB
CMYK
RGB Variations
Color information
#0DBFFE (or 0x0DBFFE) is known color: Deep Sky Blue. HEX triplet: 0D, BF and FE. RGB value is (13,191,254). Sum of RGB (Red+Green+Blue) = 13+191+254=458 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.84% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #0DBFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBFFE is #F24001. Grayscale: #909090. Windows color (decimal): -15876098 or 16695053. OLE color: 16695053.
HSL color Cylindrical-coordinate representation of color #0DBFFE: hue angle of 195.68º 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 #0DBFFE is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 191 | 254 | - |
| CMYK | 0.95 | 0.25 | 0 | 0.00 |
| HSL | 195.68º | 0.99% | 0.52% | - |
| HSV(B) | 195.68º | 0.95% | 1% | - |
| XYZ | 36.69 | 44.5 | 100.42 | - |
| YUV | 144.96 | 189.53 | 33.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 254 | 0.95 | 0.25 | 0 | 0.00 | 195.68 | 0.99 | 0.52 |
| Hex | D | BF | FE | 5F | 19 | 0 | 0 | C4 | 63 | 34 |
| Octal | 15 | 277 | 376 | 137 | 31 | 0 | 0 | 304 | 143 | 64 |
| Binary | 1101 | 10111111 | 11111110 | 1011111 | 11001 | 0 | 0 | 11000100 | 1100011 | 110100 |
Color Harmonies of #0DBFFE
Complementary color
Monochromatic Colors of #0DBFFE
Black with #0DBFFE
Text Example
Text Example
White with #0DBFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBFFE; }
p { color: rgb(13,191,254); }
H1.HeaderClassName
{
color: #0DBFFE;
}
.AnyTagClassName
{
color: #0DBFFE;
}
</style>
background-color css
<style>
a { background-color: #0DBFFE; }
a { background-color: rgb(13,191,254); }
div.DivClassName
{
background-color: #0DBFFE;
}
.BgClassName
{
background-color: #0DBFFE;
}
</style>
border-color css
<style>
span { border-color: #0DBFFE; }
span { border-color: rgb(13,191,254); }
td.TdClassName
{
border-color: #0DBFFE;
}
.TagClassName
{
border-color: #0DBFFE;
}
</style>