Shades of Iris Blue #0DBBC3
Tints of Iris Blue #0DBBC3
RGB
CMYK
RGB Variations
Color information
#0DBBC3 (or 0x0DBBC3) is known color: Iris Blue. HEX triplet: 0D, BB and C3. RGB value is (13,187,195). Sum of RGB (Red+Green+Blue) = 13+187+195=395 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.29% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 195 (76.56% from 255 or 49.37% from 395); Max value from RGB is 195 - color contains mainly: blue. Hex color #0DBBC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBBC3 is #F2443C. Grayscale: #878787. Windows color (decimal): -15877181 or 12827405. OLE color: 12827405.
HSL color Cylindrical-coordinate representation of color #0DBBC3: hue angle of 182.64º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBBC3 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 187 | 195 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.24 |
| HSL | 182.64º | 0.88% | 0.41% | - |
| HSV(B) | 182.64º | 0.93% | 0.76% | - |
| XYZ | 27.79 | 39.57 | 57.8 | - |
| YUV | 135.89 | 161.35 | 40.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 187 | 195 | 0.93 | 0.04 | 0 | 0.24 | 182.64 | 0.88 | 0.41 |
| Hex | D | BB | C3 | 5D | 4 | 0 | 18 | B7 | 58 | 29 |
| Octal | 15 | 273 | 303 | 135 | 4 | 0 | 30 | 267 | 130 | 51 |
| Binary | 1101 | 10111011 | 11000011 | 1011101 | 100 | 0 | 11000 | 10110111 | 1011000 | 101001 |
Color Harmonies of #0DBBC3
Complementary color
Monochromatic Colors of #0DBBC3
Black with #0DBBC3
Text Example
Text Example
White with #0DBBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBBC3; }
p { color: rgb(13,187,195); }
H1.HeaderClassName
{
color: #0DBBC3;
}
.AnyTagClassName
{
color: #0DBBC3;
}
</style>
background-color css
<style>
a { background-color: #0DBBC3; }
a { background-color: rgb(13,187,195); }
div.DivClassName
{
background-color: #0DBBC3;
}
.BgClassName
{
background-color: #0DBBC3;
}
</style>
border-color css
<style>
span { border-color: #0DBBC3; }
span { border-color: rgb(13,187,195); }
td.TdClassName
{
border-color: #0DBBC3;
}
.TagClassName
{
border-color: #0DBBC3;
}
</style>