Shades of Iris Blue #0DBECE
Tints of Iris Blue #0DBECE
RGB
CMYK
RGB Variations
Color information
#0DBECE (or 0x0DBECE) is known color: Iris Blue. HEX triplet: 0D, BE and CE. RGB value is (13,190,206). Sum of RGB (Red+Green+Blue) = 13+190+206=409 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.18% from 409); Green value is 190 (74.61% from 255 or 46.45% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #0DBECE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBECE is #F24131. Grayscale: #8A8A8A. Windows color (decimal): -15876402 or 13549069. OLE color: 13549069.
HSL color Cylindrical-coordinate representation of color #0DBECE: hue angle of 184.97º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBECE is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 190 | 206 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.19 |
| HSL | 184.97º | 0.88% | 0.43% | - |
| HSV(B) | 184.97º | 0.94% | 0.81% | - |
| XYZ | 29.72 | 41.37 | 64.81 | - |
| YUV | 138.9 | 165.86 | 38.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 206 | 0.94 | 0.08 | 0 | 0.19 | 184.97 | 0.88 | 0.43 |
| Hex | D | BE | CE | 5E | 8 | 0 | 13 | B9 | 58 | 2B |
| Octal | 15 | 276 | 316 | 136 | 10 | 0 | 23 | 271 | 130 | 53 |
| Binary | 1101 | 10111110 | 11001110 | 1011110 | 1000 | 0 | 10011 | 10111001 | 1011000 | 101011 |
Color Harmonies of #0DBECE
Complementary color
Monochromatic Colors of #0DBECE
Black with #0DBECE
Text Example
Text Example
White with #0DBECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBECE; }
p { color: rgb(13,190,206); }
H1.HeaderClassName
{
color: #0DBECE;
}
.AnyTagClassName
{
color: #0DBECE;
}
</style>
background-color css
<style>
a { background-color: #0DBECE; }
a { background-color: rgb(13,190,206); }
div.DivClassName
{
background-color: #0DBECE;
}
.BgClassName
{
background-color: #0DBECE;
}
</style>
border-color css
<style>
span { border-color: #0DBECE; }
span { border-color: rgb(13,190,206); }
td.TdClassName
{
border-color: #0DBECE;
}
.TagClassName
{
border-color: #0DBECE;
}
</style>