Shades of Deep Sky Blue #0DBFFD
Tints of Deep Sky Blue #0DBFFD
RGB
CMYK
RGB Variations
Color information
#0DBFFD (or 0x0DBFFD) is known color: Deep Sky Blue. HEX triplet: 0D, BF and FD. RGB value is (13,191,253). Sum of RGB (Red+Green+Blue) = 13+191+253=457 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.84% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #0DBFFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBFFD is #F24002. Grayscale: #909090. Windows color (decimal): -15876099 or 16629517. OLE color: 16629517.
HSL color Cylindrical-coordinate representation of color #0DBFFD: hue angle of 195.5º 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 #0DBFFD is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 191 | 253 | - |
| CMYK | 0.95 | 0.25 | 0 | 0.01 |
| HSL | 195.5º | 0.98% | 0.52% | - |
| HSV(B) | 195.5º | 0.95% | 0.99% | - |
| XYZ | 36.53 | 44.44 | 99.58 | - |
| YUV | 144.85 | 189.03 | 33.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 253 | 0.95 | 0.25 | 0 | 0.01 | 195.5 | 0.98 | 0.52 |
| Hex | D | BF | FD | 5F | 19 | 0 | 1 | C4 | 62 | 34 |
| Octal | 15 | 277 | 375 | 137 | 31 | 0 | 1 | 304 | 142 | 64 |
| Binary | 1101 | 10111111 | 11111101 | 1011111 | 11001 | 0 | 1 | 11000100 | 1100010 | 110100 |
Color Harmonies of #0DBFFD
Complementary color
Monochromatic Colors of #0DBFFD
Black with #0DBFFD
Text Example
Text Example
White with #0DBFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBFFD; }
p { color: rgb(13,191,253); }
H1.HeaderClassName
{
color: #0DBFFD;
}
.AnyTagClassName
{
color: #0DBFFD;
}
</style>
background-color css
<style>
a { background-color: #0DBFFD; }
a { background-color: rgb(13,191,253); }
div.DivClassName
{
background-color: #0DBFFD;
}
.BgClassName
{
background-color: #0DBFFD;
}
</style>
border-color css
<style>
span { border-color: #0DBFFD; }
span { border-color: rgb(13,191,253); }
td.TdClassName
{
border-color: #0DBFFD;
}
.TagClassName
{
border-color: #0DBFFD;
}
</style>