Shades of Iris Blue #05B1D3
Tints of Iris Blue #05B1D3
RGB
CMYK
RGB Variations
Color information
#05B1D3 (or 0x05B1D3) is known color: Iris Blue. HEX triplet: 05, B1 and D3. RGB value is (5,177,211). Sum of RGB (Red+Green+Blue) = 5+177+211=393 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 393); Green value is 177 (69.53% from 255 or 45.04% from 393); Blue value is 211 (82.81% from 255 or 53.69% from 393); Max value from RGB is 211 - color contains mainly: blue. Hex color #05B1D3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05B1D3 is #FA4E2C. Grayscale: #818181. Windows color (decimal): -16404013 or 13873413. OLE color: 13873413.
HSL color Cylindrical-coordinate representation of color #05B1D3: hue angle of 189.9º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05B1D3 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 5 | 177 | 211 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.17 |
| HSL | 189.9º | 0.95% | 0.42% | - |
| HSV(B) | 189.9º | 0.98% | 0.83% | - |
| XYZ | 27.54 | 36.18 | 67.16 | - |
| YUV | 129.45 | 174.02 | 39.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 177 | 211 | 0.98 | 0.16 | 0 | 0.17 | 189.9 | 0.95 | 0.42 |
| Hex | 5 | B1 | D3 | 62 | 10 | 0 | 11 | BE | 5F | 2A |
| Octal | 5 | 261 | 323 | 142 | 20 | 0 | 21 | 276 | 137 | 52 |
| Binary | 101 | 10110001 | 11010011 | 1100010 | 10000 | 0 | 10001 | 10111110 | 1011111 | 101010 |
Color Harmonies of #05B1D3
Complementary color
Monochromatic Colors of #05B1D3
Black with #05B1D3
Text Example
Text Example
White with #05B1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B1D3; }
p { color: rgb(5,177,211); }
H1.HeaderClassName
{
color: #05B1D3;
}
.AnyTagClassName
{
color: #05B1D3;
}
</style>
background-color css
<style>
a { background-color: #05B1D3; }
a { background-color: rgb(5,177,211); }
div.DivClassName
{
background-color: #05B1D3;
}
.BgClassName
{
background-color: #05B1D3;
}
</style>
border-color css
<style>
span { border-color: #05B1D3; }
span { border-color: rgb(5,177,211); }
td.TdClassName
{
border-color: #05B1D3;
}
.TagClassName
{
border-color: #05B1D3;
}
</style>