Shades of Iris Blue #05BDD3
Tints of Iris Blue #05BDD3
RGB
CMYK
RGB Variations
Color information
#05BDD3 (or 0x05BDD3) is known color: Iris Blue. HEX triplet: 05, BD and D3. RGB value is (5,189,211). Sum of RGB (Red+Green+Blue) = 5+189+211=405 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.23% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 211 (82.81% from 255 or 52.10% from 405); Max value from RGB is 211 - color contains mainly: blue. Hex color #05BDD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BDD3 is #FA422C. Grayscale: #888888. Windows color (decimal): -16400941 or 13876485. OLE color: 13876485.
HSL color Cylindrical-coordinate representation of color #05BDD3: hue angle of 186.41º 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 #05BDD3 is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 5 | 189 | 211 | - |
| CMYK | 0.98 | 0.10 | 0 | 0.17 |
| HSL | 186.41º | 0.95% | 0.42% | - |
| HSV(B) | 186.41º | 0.98% | 0.83% | - |
| XYZ | 30.02 | 41.13 | 67.98 | - |
| YUV | 136.49 | 170.04 | 34.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 189 | 211 | 0.98 | 0.10 | 0 | 0.17 | 186.41 | 0.95 | 0.42 |
| Hex | 5 | BD | D3 | 62 | A | 0 | 11 | BA | 5F | 2A |
| Octal | 5 | 275 | 323 | 142 | 12 | 0 | 21 | 272 | 137 | 52 |
| Binary | 101 | 10111101 | 11010011 | 1100010 | 1010 | 0 | 10001 | 10111010 | 1011111 | 101010 |
Color Harmonies of #05BDD3
Complementary color
Monochromatic Colors of #05BDD3
Black with #05BDD3
Text Example
Text Example
White with #05BDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BDD3; }
p { color: rgb(5,189,211); }
H1.HeaderClassName
{
color: #05BDD3;
}
.AnyTagClassName
{
color: #05BDD3;
}
</style>
background-color css
<style>
a { background-color: #05BDD3; }
a { background-color: rgb(5,189,211); }
div.DivClassName
{
background-color: #05BDD3;
}
.BgClassName
{
background-color: #05BDD3;
}
</style>
border-color css
<style>
span { border-color: #05BDD3; }
span { border-color: rgb(5,189,211); }
td.TdClassName
{
border-color: #05BDD3;
}
.TagClassName
{
border-color: #05BDD3;
}
</style>