Shades of Iris Blue #05BBB5
Tints of Iris Blue #05BBB5
RGB
CMYK
RGB Variations
Color information
#05BBB5 (or 0x05BBB5) is known color: Iris Blue. HEX triplet: 05, BB and B5. RGB value is (5,187,181). Sum of RGB (Red+Green+Blue) = 5+187+181=373 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 373); Green value is 187 (73.44% from 255 or 50.13% from 373); Blue value is 181 (71.09% from 255 or 48.53% from 373); Max value from RGB is 187 - color contains mainly: green. Hex color #05BBB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BBB5 is #FA444A. Grayscale: #838383. Windows color (decimal): -16401483 or 11909893. OLE color: 11909893.
HSL color Cylindrical-coordinate representation of color #05BBB5: hue angle of 178.02º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BBB5 is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 187 | 181 | - |
| CMYK | 0.97 | 0 | 0.03 | 0.27 |
| HSL | 178.02º | 0.95% | 0.38% | - |
| HSV(B) | 178.02º | 0.97% | 0.73% | - |
| XYZ | 26.17 | 38.91 | 49.85 | - |
| YUV | 131.9 | 155.7 | 37.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 187 | 181 | 0.97 | 0 | 0.03 | 0.27 | 178.02 | 0.95 | 0.38 |
| Hex | 5 | BB | B5 | 61 | 0 | 3 | 1B | B2 | 5F | 26 |
| Octal | 5 | 273 | 265 | 141 | 0 | 3 | 33 | 262 | 137 | 46 |
| Binary | 101 | 10111011 | 10110101 | 1100001 | 0 | 11 | 11011 | 10110010 | 1011111 | 100110 |
Color Harmonies of #05BBB5
Complementary color
Monochromatic Colors of #05BBB5
Black with #05BBB5
Text Example
Text Example
White with #05BBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BBB5; }
p { color: rgb(5,187,181); }
H1.HeaderClassName
{
color: #05BBB5;
}
.AnyTagClassName
{
color: #05BBB5;
}
</style>
background-color css
<style>
a { background-color: #05BBB5; }
a { background-color: rgb(5,187,181); }
div.DivClassName
{
background-color: #05BBB5;
}
.BgClassName
{
background-color: #05BBB5;
}
</style>
border-color css
<style>
span { border-color: #05BBB5; }
span { border-color: rgb(5,187,181); }
td.TdClassName
{
border-color: #05BBB5;
}
.TagClassName
{
border-color: #05BBB5;
}
</style>