Shades of Iris Blue #05BFB2
Tints of Iris Blue #05BFB2
RGB
CMYK
RGB Variations
Color information
#05BFB2 (or 0x05BFB2) is known color: Iris Blue. HEX triplet: 05, BF and B2. RGB value is (5,191,178). Sum of RGB (Red+Green+Blue) = 5+191+178=374 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 374); Green value is 191 (75% from 255 or 51.07% from 374); Blue value is 178 (69.92% from 255 or 47.59% from 374); Max value from RGB is 191 - color contains mainly: green. Hex color #05BFB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BFB2 is #FA404D. Grayscale: #858585. Windows color (decimal): -16400462 or 11714309. OLE color: 11714309.
HSL color Cylindrical-coordinate representation of color #05BFB2: hue angle of 175.81º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BFB2 is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 191 | 178 | - |
| CMYK | 0.97 | 0 | 0.07 | 0.25 |
| HSL | 175.81º | 0.95% | 0.38% | - |
| HSV(B) | 175.81º | 0.97% | 0.75% | - |
| XYZ | 26.73 | 40.51 | 48.53 | - |
| YUV | 133.9 | 152.88 | 36.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 191 | 178 | 0.97 | 0 | 0.07 | 0.25 | 175.81 | 0.95 | 0.38 |
| Hex | 5 | BF | B2 | 61 | 0 | 7 | 19 | B0 | 5F | 26 |
| Octal | 5 | 277 | 262 | 141 | 0 | 7 | 31 | 260 | 137 | 46 |
| Binary | 101 | 10111111 | 10110010 | 1100001 | 0 | 111 | 11001 | 10110000 | 1011111 | 100110 |
Color Harmonies of #05BFB2
Complementary color
Monochromatic Colors of #05BFB2
Black with #05BFB2
Text Example
Text Example
White with #05BFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BFB2; }
p { color: rgb(5,191,178); }
H1.HeaderClassName
{
color: #05BFB2;
}
.AnyTagClassName
{
color: #05BFB2;
}
</style>
background-color css
<style>
a { background-color: #05BFB2; }
a { background-color: rgb(5,191,178); }
div.DivClassName
{
background-color: #05BFB2;
}
.BgClassName
{
background-color: #05BFB2;
}
</style>
border-color css
<style>
span { border-color: #05BFB2; }
span { border-color: rgb(5,191,178); }
td.TdClassName
{
border-color: #05BFB2;
}
.TagClassName
{
border-color: #05BFB2;
}
</style>