Shades of Iris Blue #05BAD2
Tints of Iris Blue #05BAD2
RGB
CMYK
RGB Variations
Color information
#05BAD2 (or 0x05BAD2) is known color: Iris Blue. HEX triplet: 05, BA and D2. RGB value is (5,186,210). Sum of RGB (Red+Green+Blue) = 5+186+210=401 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 210 (82.42% from 255 or 52.37% from 401); Max value from RGB is 210 - color contains mainly: blue. Hex color #05BAD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BAD2 is #FA452D. Grayscale: #868686. Windows color (decimal): -16401710 or 13810181. OLE color: 13810181.
HSL color Cylindrical-coordinate representation of color #05BAD2: hue angle of 187.02º 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 #05BAD2 is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 186 | 210 | - |
| CMYK | 0.98 | 0.11 | 0 | 0.18 |
| HSL | 187.02º | 0.95% | 0.42% | - |
| HSV(B) | 187.02º | 0.98% | 0.82% | - |
| XYZ | 29.25 | 39.8 | 67.11 | - |
| YUV | 134.62 | 170.53 | 35.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 186 | 210 | 0.98 | 0.11 | 0 | 0.18 | 187.02 | 0.95 | 0.42 |
| Hex | 5 | BA | D2 | 62 | B | 0 | 12 | BB | 5F | 2A |
| Octal | 5 | 272 | 322 | 142 | 13 | 0 | 22 | 273 | 137 | 52 |
| Binary | 101 | 10111010 | 11010010 | 1100010 | 1011 | 0 | 10010 | 10111011 | 1011111 | 101010 |
Color Harmonies of #05BAD2
Complementary color
Monochromatic Colors of #05BAD2
Black with #05BAD2
Text Example
Text Example
White with #05BAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BAD2; }
p { color: rgb(5,186,210); }
H1.HeaderClassName
{
color: #05BAD2;
}
.AnyTagClassName
{
color: #05BAD2;
}
</style>
background-color css
<style>
a { background-color: #05BAD2; }
a { background-color: rgb(5,186,210); }
div.DivClassName
{
background-color: #05BAD2;
}
.BgClassName
{
background-color: #05BAD2;
}
</style>
border-color css
<style>
span { border-color: #05BAD2; }
span { border-color: rgb(5,186,210); }
td.TdClassName
{
border-color: #05BAD2;
}
.TagClassName
{
border-color: #05BAD2;
}
</style>