Shades of Iris Blue #0DBBC4
Tints of Iris Blue #0DBBC4
RGB
CMYK
RGB Variations
Color information
#0DBBC4 (or 0x0DBBC4) is known color: Iris Blue. HEX triplet: 0D, BB and C4. RGB value is (13,187,196). Sum of RGB (Red+Green+Blue) = 13+187+196=396 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.28% from 396); Green value is 187 (73.44% from 255 or 47.22% from 396); Blue value is 196 (76.95% from 255 or 49.49% from 396); Max value from RGB is 196 - color contains mainly: blue. Hex color #0DBBC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBBC4 is #F2443B. Grayscale: #878787. Windows color (decimal): -15877180 or 12892941. OLE color: 12892941.
HSL color Cylindrical-coordinate representation of color #0DBBC4: hue angle of 182.95º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBBC4 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 187 | 196 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.23 |
| HSL | 182.95º | 0.88% | 0.41% | - |
| HSV(B) | 182.95º | 0.93% | 0.77% | - |
| XYZ | 27.9 | 39.61 | 58.4 | - |
| YUV | 136 | 161.85 | 40.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 187 | 196 | 0.93 | 0.05 | 0 | 0.23 | 182.95 | 0.88 | 0.41 |
| Hex | D | BB | C4 | 5D | 5 | 0 | 17 | B7 | 58 | 29 |
| Octal | 15 | 273 | 304 | 135 | 5 | 0 | 27 | 267 | 130 | 51 |
| Binary | 1101 | 10111011 | 11000100 | 1011101 | 101 | 0 | 10111 | 10110111 | 1011000 | 101001 |
Color Harmonies of #0DBBC4
Complementary color
Monochromatic Colors of #0DBBC4
Black with #0DBBC4
Text Example
Text Example
White with #0DBBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBBC4; }
p { color: rgb(13,187,196); }
H1.HeaderClassName
{
color: #0DBBC4;
}
.AnyTagClassName
{
color: #0DBBC4;
}
</style>
background-color css
<style>
a { background-color: #0DBBC4; }
a { background-color: rgb(13,187,196); }
div.DivClassName
{
background-color: #0DBBC4;
}
.BgClassName
{
background-color: #0DBBC4;
}
</style>
border-color css
<style>
span { border-color: #0DBBC4; }
span { border-color: rgb(13,187,196); }
td.TdClassName
{
border-color: #0DBBC4;
}
.TagClassName
{
border-color: #0DBBC4;
}
</style>