Shades of Iris Blue #05BDB2
Tints of Iris Blue #05BDB2
RGB
CMYK
RGB Variations
Color information
#05BDB2 (or 0x05BDB2) is known color: Iris Blue. HEX triplet: 05, BD and B2. RGB value is (5,189,178). Sum of RGB (Red+Green+Blue) = 5+189+178=372 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 372); Green value is 189 (74.22% from 255 or 50.81% from 372); Blue value is 178 (69.92% from 255 or 47.85% from 372); Max value from RGB is 189 - color contains mainly: green. Hex color #05BDB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BDB2 is #FA424D. Grayscale: #848484. Windows color (decimal): -16400974 or 11713797. OLE color: 11713797.
HSL color Cylindrical-coordinate representation of color #05BDB2: hue angle of 176.41º 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 #05BDB2 is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 189 | 178 | - |
| CMYK | 0.97 | 0 | 0.06 | 0.26 |
| HSL | 176.41º | 0.95% | 0.38% | - |
| HSV(B) | 176.41º | 0.97% | 0.74% | - |
| XYZ | 26.3 | 39.64 | 48.39 | - |
| YUV | 132.73 | 153.54 | 36.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 189 | 178 | 0.97 | 0 | 0.06 | 0.26 | 176.41 | 0.95 | 0.38 |
| Hex | 5 | BD | B2 | 61 | 0 | 6 | 1A | B0 | 5F | 26 |
| Octal | 5 | 275 | 262 | 141 | 0 | 6 | 32 | 260 | 137 | 46 |
| Binary | 101 | 10111101 | 10110010 | 1100001 | 0 | 110 | 11010 | 10110000 | 1011111 | 100110 |
Color Harmonies of #05BDB2
Complementary color
Monochromatic Colors of #05BDB2
Black with #05BDB2
Text Example
Text Example
White with #05BDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BDB2; }
p { color: rgb(5,189,178); }
H1.HeaderClassName
{
color: #05BDB2;
}
.AnyTagClassName
{
color: #05BDB2;
}
</style>
background-color css
<style>
a { background-color: #05BDB2; }
a { background-color: rgb(5,189,178); }
div.DivClassName
{
background-color: #05BDB2;
}
.BgClassName
{
background-color: #05BDB2;
}
</style>
border-color css
<style>
span { border-color: #05BDB2; }
span { border-color: rgb(5,189,178); }
td.TdClassName
{
border-color: #05BDB2;
}
.TagClassName
{
border-color: #05BDB2;
}
</style>