Shades of Iris Blue #0FBDCD
Tints of Iris Blue #0FBDCD
RGB
CMYK
RGB Variations
Color information
#0FBDCD (or 0x0FBDCD) is known color: Iris Blue. HEX triplet: 0F, BD and CD. RGB value is (15,189,205). Sum of RGB (Red+Green+Blue) = 15+189+205=409 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.67% from 409); Green value is 189 (74.22% from 255 or 46.21% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #0FBDCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBDCD is #F04232. Grayscale: #8A8A8A. Windows color (decimal): -15745587 or 13483279. OLE color: 13483279.
HSL color Cylindrical-coordinate representation of color #0FBDCD: hue angle of 185.05º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FBDCD is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 189 | 205 | - |
| CMYK | 0.93 | 0.08 | 0 | 0.20 |
| HSL | 185.05º | 0.86% | 0.43% | - |
| HSV(B) | 185.05º | 0.93% | 0.8% | - |
| XYZ | 29.41 | 40.9 | 64.1 | - |
| YUV | 138.8 | 165.35 | 39.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 189 | 205 | 0.93 | 0.08 | 0 | 0.20 | 185.05 | 0.86 | 0.43 |
| Hex | F | BD | CD | 5D | 8 | 0 | 14 | B9 | 56 | 2B |
| Octal | 17 | 275 | 315 | 135 | 10 | 0 | 24 | 271 | 126 | 53 |
| Binary | 1111 | 10111101 | 11001101 | 1011101 | 1000 | 0 | 10100 | 10111001 | 1010110 | 101011 |
Color Harmonies of #0FBDCD
Complementary color
Monochromatic Colors of #0FBDCD
Black with #0FBDCD
Text Example
Text Example
White with #0FBDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBDCD; }
p { color: rgb(15,189,205); }
H1.HeaderClassName
{
color: #0FBDCD;
}
.AnyTagClassName
{
color: #0FBDCD;
}
</style>
background-color css
<style>
a { background-color: #0FBDCD; }
a { background-color: rgb(15,189,205); }
div.DivClassName
{
background-color: #0FBDCD;
}
.BgClassName
{
background-color: #0FBDCD;
}
</style>
border-color css
<style>
span { border-color: #0FBDCD; }
span { border-color: rgb(15,189,205); }
td.TdClassName
{
border-color: #0FBDCD;
}
.TagClassName
{
border-color: #0FBDCD;
}
</style>