Shades of Iris Blue #05BCBC
Tints of Iris Blue #05BCBC
RGB
CMYK
RGB Variations
Color information
#05BCBC (or 0x05BCBC) is known color: Iris Blue. HEX triplet: 05, BC and BC. RGB value is (5,188,188). Sum of RGB (Red+Green+Blue) = 5+188+188=381 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #05BCBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BCBC is #FA4343. Grayscale: #858585. Windows color (decimal): -16401220 or 12368901. OLE color: 12368901.
HSL color Cylindrical-coordinate representation of color #05BCBC: hue angle of 180º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BCBC is Cyan = 0.97, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 188 | 188 | - |
| CMYK | 0.97 | 0 | 0 | 0.26 |
| HSL | 180º | 0.95% | 0.38% | - |
| HSV(B) | 180º | 0.97% | 0.74% | - |
| XYZ | 27.12 | 39.63 | 53.8 | - |
| YUV | 133.28 | 158.87 | 36.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 188 | 188 | 0.97 | 0 | 0 | 0.26 | 180 | 0.95 | 0.38 |
| Hex | 5 | BC | BC | 61 | 0 | 0 | 1A | B4 | 5F | 26 |
| Octal | 5 | 274 | 274 | 141 | 0 | 0 | 32 | 264 | 137 | 46 |
| Binary | 101 | 10111100 | 10111100 | 1100001 | 0 | 0 | 11010 | 10110100 | 1011111 | 100110 |
Color Harmonies of #05BCBC
Complementary color
Monochromatic Colors of #05BCBC
Black with #05BCBC
Text Example
Text Example
White with #05BCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BCBC; }
p { color: rgb(5,188,188); }
H1.HeaderClassName
{
color: #05BCBC;
}
.AnyTagClassName
{
color: #05BCBC;
}
</style>
background-color css
<style>
a { background-color: #05BCBC; }
a { background-color: rgb(5,188,188); }
div.DivClassName
{
background-color: #05BCBC;
}
.BgClassName
{
background-color: #05BCBC;
}
</style>
border-color css
<style>
span { border-color: #05BCBC; }
span { border-color: rgb(5,188,188); }
td.TdClassName
{
border-color: #05BCBC;
}
.TagClassName
{
border-color: #05BCBC;
}
</style>