Shades of Iris Blue #05BDB6
Tints of Iris Blue #05BDB6
RGB
CMYK
RGB Variations
Color information
#05BDB6 (or 0x05BDB6) is known color: Iris Blue. HEX triplet: 05, BD and B6. RGB value is (5,189,182). Sum of RGB (Red+Green+Blue) = 5+189+182=376 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 182 (71.48% from 255 or 48.40% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #05BDB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BDB6 is #FA4249. Grayscale: #858585. Windows color (decimal): -16400970 or 11975941. OLE color: 11975941.
HSL color Cylindrical-coordinate representation of color #05BDB6: hue angle of 177.72º 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 #05BDB6 is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 189 | 182 | - |
| CMYK | 0.97 | 0 | 0.04 | 0.26 |
| HSL | 177.72º | 0.95% | 0.38% | - |
| HSV(B) | 177.72º | 0.97% | 0.74% | - |
| XYZ | 26.7 | 39.8 | 50.53 | - |
| YUV | 133.19 | 155.54 | 36.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 189 | 182 | 0.97 | 0 | 0.04 | 0.26 | 177.72 | 0.95 | 0.38 |
| Hex | 5 | BD | B6 | 61 | 0 | 4 | 1A | B2 | 5F | 26 |
| Octal | 5 | 275 | 266 | 141 | 0 | 4 | 32 | 262 | 137 | 46 |
| Binary | 101 | 10111101 | 10110110 | 1100001 | 0 | 100 | 11010 | 10110010 | 1011111 | 100110 |
Color Harmonies of #05BDB6
Complementary color
Monochromatic Colors of #05BDB6
Black with #05BDB6
Text Example
Text Example
White with #05BDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BDB6; }
p { color: rgb(5,189,182); }
H1.HeaderClassName
{
color: #05BDB6;
}
.AnyTagClassName
{
color: #05BDB6;
}
</style>
background-color css
<style>
a { background-color: #05BDB6; }
a { background-color: rgb(5,189,182); }
div.DivClassName
{
background-color: #05BDB6;
}
.BgClassName
{
background-color: #05BDB6;
}
</style>
border-color css
<style>
span { border-color: #05BDB6; }
span { border-color: rgb(5,189,182); }
td.TdClassName
{
border-color: #05BDB6;
}
.TagClassName
{
border-color: #05BDB6;
}
</style>