Shades of Iris Blue #05B7D5
Tints of Iris Blue #05B7D5
RGB
CMYK
RGB Variations
Color information
#05B7D5 (or 0x05B7D5) is known color: Iris Blue. HEX triplet: 05, B7 and D5. RGB value is (5,183,213). Sum of RGB (Red+Green+Blue) = 5+183+213=401 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 401); Green value is 183 (71.88% from 255 or 45.64% from 401); Blue value is 213 (83.59% from 255 or 53.12% from 401); Max value from RGB is 213 - color contains mainly: blue. Hex color #05B7D5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05B7D5 is #FA482A. Grayscale: #848484. Windows color (decimal): -16402475 or 14006021. OLE color: 14006021.
HSL color Cylindrical-coordinate representation of color #05B7D5: hue angle of 188.65º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05B7D5 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 183 | 213 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.16 |
| HSL | 188.65º | 0.95% | 0.43% | - |
| HSV(B) | 188.65º | 0.98% | 0.84% | - |
| XYZ | 29.01 | 38.7 | 68.89 | - |
| YUV | 133.2 | 173.03 | 36.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 183 | 213 | 0.98 | 0.14 | 0 | 0.16 | 188.65 | 0.95 | 0.43 |
| Hex | 5 | B7 | D5 | 62 | E | 0 | 10 | BD | 5F | 2B |
| Octal | 5 | 267 | 325 | 142 | 16 | 0 | 20 | 275 | 137 | 53 |
| Binary | 101 | 10110111 | 11010101 | 1100010 | 1110 | 0 | 10000 | 10111101 | 1011111 | 101011 |
Color Harmonies of #05B7D5
Complementary color
Monochromatic Colors of #05B7D5
Black with #05B7D5
Text Example
Text Example
White with #05B7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B7D5; }
p { color: rgb(5,183,213); }
H1.HeaderClassName
{
color: #05B7D5;
}
.AnyTagClassName
{
color: #05B7D5;
}
</style>
background-color css
<style>
a { background-color: #05B7D5; }
a { background-color: rgb(5,183,213); }
div.DivClassName
{
background-color: #05B7D5;
}
.BgClassName
{
background-color: #05B7D5;
}
</style>
border-color css
<style>
span { border-color: #05B7D5; }
span { border-color: rgb(5,183,213); }
td.TdClassName
{
border-color: #05B7D5;
}
.TagClassName
{
border-color: #05B7D5;
}
</style>