Shades of Iris Blue #06BCC5
Tints of Iris Blue #06BCC5
RGB
CMYK
RGB Variations
Color information
#06BCC5 (or 0x06BCC5) is known color: Iris Blue. HEX triplet: 06, BC and C5. RGB value is (6,188,197). Sum of RGB (Red+Green+Blue) = 6+188+197=391 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.53% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 197 (77.34% from 255 or 50.38% from 391); Max value from RGB is 197 - color contains mainly: blue. Hex color #06BCC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BCC5 is #F9433A. Grayscale: #868686. Windows color (decimal): -16335675 or 12958726. OLE color: 12958726.
HSL color Cylindrical-coordinate representation of color #06BCC5: hue angle of 182.83º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BCC5 is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 6 | 188 | 197 | - |
| CMYK | 0.97 | 0.05 | 0 | 0.23 |
| HSL | 182.83º | 0.94% | 0.4% | - |
| HSV(B) | 182.83º | 0.97% | 0.77% | - |
| XYZ | 28.14 | 40.04 | 59.07 | - |
| YUV | 134.61 | 163.2 | 36.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 188 | 197 | 0.97 | 0.05 | 0 | 0.23 | 182.83 | 0.94 | 0.4 |
| Hex | 6 | BC | C5 | 61 | 5 | 0 | 17 | B7 | 5E | 28 |
| Octal | 6 | 274 | 305 | 141 | 5 | 0 | 27 | 267 | 136 | 50 |
| Binary | 110 | 10111100 | 11000101 | 1100001 | 101 | 0 | 10111 | 10110111 | 1011110 | 101000 |
Color Harmonies of #06BCC5
Complementary color
Monochromatic Colors of #06BCC5
Black with #06BCC5
Text Example
Text Example
White with #06BCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BCC5; }
p { color: rgb(6,188,197); }
H1.HeaderClassName
{
color: #06BCC5;
}
.AnyTagClassName
{
color: #06BCC5;
}
</style>
background-color css
<style>
a { background-color: #06BCC5; }
a { background-color: rgb(6,188,197); }
div.DivClassName
{
background-color: #06BCC5;
}
.BgClassName
{
background-color: #06BCC5;
}
</style>
border-color css
<style>
span { border-color: #06BCC5; }
span { border-color: rgb(6,188,197); }
td.TdClassName
{
border-color: #06BCC5;
}
.TagClassName
{
border-color: #06BCC5;
}
</style>