Shades of Iris Blue #05BCD1
Tints of Iris Blue #05BCD1
RGB
CMYK
RGB Variations
Color information
#05BCD1 (or 0x05BCD1) is known color: Iris Blue. HEX triplet: 05, BC and D1. RGB value is (5,188,209). Sum of RGB (Red+Green+Blue) = 5+188+209=402 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.24% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 209 (82.03% from 255 or 51.99% from 402); Max value from RGB is 209 - color contains mainly: blue. Hex color #05BCD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BCD1 is #FA432E. Grayscale: #878787. Windows color (decimal): -16401199 or 13745157. OLE color: 13745157.
HSL color Cylindrical-coordinate representation of color #05BCD1: hue angle of 186.18º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BCD1 is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 188 | 209 | - |
| CMYK | 0.98 | 0.10 | 0 | 0.18 |
| HSL | 186.18º | 0.95% | 0.42% | - |
| HSV(B) | 186.18º | 0.98% | 0.82% | - |
| XYZ | 29.55 | 40.6 | 66.6 | - |
| YUV | 135.68 | 169.37 | 34.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 188 | 209 | 0.98 | 0.10 | 0 | 0.18 | 186.18 | 0.95 | 0.42 |
| Hex | 5 | BC | D1 | 62 | A | 0 | 12 | BA | 5F | 2A |
| Octal | 5 | 274 | 321 | 142 | 12 | 0 | 22 | 272 | 137 | 52 |
| Binary | 101 | 10111100 | 11010001 | 1100010 | 1010 | 0 | 10010 | 10111010 | 1011111 | 101010 |
Color Harmonies of #05BCD1
Complementary color
Monochromatic Colors of #05BCD1
Black with #05BCD1
Text Example
Text Example
White with #05BCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BCD1; }
p { color: rgb(5,188,209); }
H1.HeaderClassName
{
color: #05BCD1;
}
.AnyTagClassName
{
color: #05BCD1;
}
</style>
background-color css
<style>
a { background-color: #05BCD1; }
a { background-color: rgb(5,188,209); }
div.DivClassName
{
background-color: #05BCD1;
}
.BgClassName
{
background-color: #05BCD1;
}
</style>
border-color css
<style>
span { border-color: #05BCD1; }
span { border-color: rgb(5,188,209); }
td.TdClassName
{
border-color: #05BCD1;
}
.TagClassName
{
border-color: #05BCD1;
}
</style>