Shades of Iris Blue #05BDB8
Tints of Iris Blue #05BDB8
RGB
CMYK
RGB Variations
Color information
#05BDB8 (or 0x05BDB8) is known color: Iris Blue. HEX triplet: 05, BD and B8. RGB value is (5,189,184). Sum of RGB (Red+Green+Blue) = 5+189+184=378 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 378); Green value is 189 (74.22% from 255 or 50% from 378); Blue value is 184 (72.27% from 255 or 48.68% from 378); Max value from RGB is 189 - color contains mainly: green. Hex color #05BDB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BDB8 is #FA4247. Grayscale: #858585. Windows color (decimal): -16400968 or 12107013. OLE color: 12107013.
HSL color Cylindrical-coordinate representation of color #05BDB8: hue angle of 178.37º 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 #05BDB8 is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 189 | 184 | - |
| CMYK | 0.97 | 0 | 0.03 | 0.26 |
| HSL | 178.37º | 0.95% | 0.38% | - |
| HSV(B) | 178.37º | 0.97% | 0.74% | - |
| XYZ | 26.91 | 39.89 | 51.63 | - |
| YUV | 133.41 | 156.54 | 36.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 189 | 184 | 0.97 | 0 | 0.03 | 0.26 | 178.37 | 0.95 | 0.38 |
| Hex | 5 | BD | B8 | 61 | 0 | 3 | 1A | B2 | 5F | 26 |
| Octal | 5 | 275 | 270 | 141 | 0 | 3 | 32 | 262 | 137 | 46 |
| Binary | 101 | 10111101 | 10111000 | 1100001 | 0 | 11 | 11010 | 10110010 | 1011111 | 100110 |
Color Harmonies of #05BDB8
Complementary color
Monochromatic Colors of #05BDB8
Black with #05BDB8
Text Example
Text Example
White with #05BDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BDB8; }
p { color: rgb(5,189,184); }
H1.HeaderClassName
{
color: #05BDB8;
}
.AnyTagClassName
{
color: #05BDB8;
}
</style>
background-color css
<style>
a { background-color: #05BDB8; }
a { background-color: rgb(5,189,184); }
div.DivClassName
{
background-color: #05BDB8;
}
.BgClassName
{
background-color: #05BDB8;
}
</style>
border-color css
<style>
span { border-color: #05BDB8; }
span { border-color: rgb(5,189,184); }
td.TdClassName
{
border-color: #05BDB8;
}
.TagClassName
{
border-color: #05BDB8;
}
</style>