Shades of Iris Blue #0DB3CF
Tints of Iris Blue #0DB3CF
RGB
CMYK
RGB Variations
Color information
#0DB3CF (or 0x0DB3CF) is known color: Iris Blue. HEX triplet: 0D, B3 and CF. RGB value is (13,179,207). Sum of RGB (Red+Green+Blue) = 13+179+207=399 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.26% from 399); Green value is 179 (70.31% from 255 or 44.86% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #0DB3CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DB3CF is #F24C30. Grayscale: #848484. Windows color (decimal): -15879217 or 13611789. OLE color: 13611789.
HSL color Cylindrical-coordinate representation of color #0DB3CF: hue angle of 188.66º 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 #0DB3CF is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 179 | 207 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.19 |
| HSL | 188.66º | 0.88% | 0.43% | - |
| HSV(B) | 188.66º | 0.94% | 0.81% | - |
| XYZ | 27.55 | 36.83 | 64.69 | - |
| YUV | 132.56 | 170 | 42.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 179 | 207 | 0.94 | 0.14 | 0 | 0.19 | 188.66 | 0.88 | 0.43 |
| Hex | D | B3 | CF | 5E | E | 0 | 13 | BD | 58 | 2B |
| Octal | 15 | 263 | 317 | 136 | 16 | 0 | 23 | 275 | 130 | 53 |
| Binary | 1101 | 10110011 | 11001111 | 1011110 | 1110 | 0 | 10011 | 10111101 | 1011000 | 101011 |
Color Harmonies of #0DB3CF
Complementary color
Monochromatic Colors of #0DB3CF
Black with #0DB3CF
Text Example
Text Example
White with #0DB3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB3CF; }
p { color: rgb(13,179,207); }
H1.HeaderClassName
{
color: #0DB3CF;
}
.AnyTagClassName
{
color: #0DB3CF;
}
</style>
background-color css
<style>
a { background-color: #0DB3CF; }
a { background-color: rgb(13,179,207); }
div.DivClassName
{
background-color: #0DB3CF;
}
.BgClassName
{
background-color: #0DB3CF;
}
</style>
border-color css
<style>
span { border-color: #0DB3CF; }
span { border-color: rgb(13,179,207); }
td.TdClassName
{
border-color: #0DB3CF;
}
.TagClassName
{
border-color: #0DB3CF;
}
</style>