Shades of Iris Blue #05B3C0
Tints of Iris Blue #05B3C0
RGB
CMYK
RGB Variations
Color information
#05B3C0 (or 0x05B3C0) is known color: Iris Blue. HEX triplet: 05, B3 and C0. RGB value is (5,179,192). Sum of RGB (Red+Green+Blue) = 5+179+192=376 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 376); Green value is 179 (70.31% from 255 or 47.61% from 376); Blue value is 192 (75.39% from 255 or 51.06% from 376); Max value from RGB is 192 - color contains mainly: blue. Hex color #05B3C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05B3C0 is #FA4C3F. Grayscale: #808080. Windows color (decimal): -16403520 or 12628741. OLE color: 12628741.
HSL color Cylindrical-coordinate representation of color #05B3C0: hue angle of 184.17º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B3C0 is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 179 | 192 | - |
| CMYK | 0.97 | 0.07 | 0 | 0.25 |
| HSL | 184.17º | 0.95% | 0.39% | - |
| HSV(B) | 184.17º | 0.97% | 0.75% | - |
| XYZ | 25.7 | 36.08 | 55.48 | - |
| YUV | 128.46 | 163.85 | 39.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 179 | 192 | 0.97 | 0.07 | 0 | 0.25 | 184.17 | 0.95 | 0.39 |
| Hex | 5 | B3 | C0 | 61 | 7 | 0 | 19 | B8 | 5F | 27 |
| Octal | 5 | 263 | 300 | 141 | 7 | 0 | 31 | 270 | 137 | 47 |
| Binary | 101 | 10110011 | 11000000 | 1100001 | 111 | 0 | 11001 | 10111000 | 1011111 | 100111 |
Color Harmonies of #05B3C0
Complementary color
Monochromatic Colors of #05B3C0
Black with #05B3C0
Text Example
Text Example
White with #05B3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B3C0; }
p { color: rgb(5,179,192); }
H1.HeaderClassName
{
color: #05B3C0;
}
.AnyTagClassName
{
color: #05B3C0;
}
</style>
background-color css
<style>
a { background-color: #05B3C0; }
a { background-color: rgb(5,179,192); }
div.DivClassName
{
background-color: #05B3C0;
}
.BgClassName
{
background-color: #05B3C0;
}
</style>
border-color css
<style>
span { border-color: #05B3C0; }
span { border-color: rgb(5,179,192); }
td.TdClassName
{
border-color: #05B3C0;
}
.TagClassName
{
border-color: #05B3C0;
}
</style>