Shades of Iris Blue #02BADC
Tints of Iris Blue #02BADC
RGB
CMYK
RGB Variations
Color information
#02BADC (or 0x02BADC) is known color: Iris Blue. HEX triplet: 02, BA and DC. RGB value is (2,186,220). Sum of RGB (Red+Green+Blue) = 2+186+220=408 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #02BADC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BADC is #FD4523. Grayscale: #868686. Windows color (decimal): -16598308 or 14465538. OLE color: 14465538.
HSL color Cylindrical-coordinate representation of color #02BADC: hue angle of 189.36º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BADC is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 186 | 220 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.14 |
| HSL | 189.36º | 0.98% | 0.44% | - |
| HSV(B) | 189.36º | 0.99% | 0.86% | - |
| XYZ | 30.5 | 40.3 | 73.88 | - |
| YUV | 134.86 | 176.04 | 33.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 186 | 220 | 0.99 | 0.15 | 0 | 0.14 | 189.36 | 0.98 | 0.44 |
| Hex | 2 | BA | DC | 63 | F | 0 | E | BD | 62 | 2C |
| Octal | 2 | 272 | 334 | 143 | 17 | 0 | 16 | 275 | 142 | 54 |
| Binary | 10 | 10111010 | 11011100 | 1100011 | 1111 | 0 | 1110 | 10111101 | 1100010 | 101100 |
Color Harmonies of #02BADC
Complementary color
Monochromatic Colors of #02BADC
Black with #02BADC
Text Example
Text Example
White with #02BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BADC; }
p { color: rgb(2,186,220); }
H1.HeaderClassName
{
color: #02BADC;
}
.AnyTagClassName
{
color: #02BADC;
}
</style>
background-color css
<style>
a { background-color: #02BADC; }
a { background-color: rgb(2,186,220); }
div.DivClassName
{
background-color: #02BADC;
}
.BgClassName
{
background-color: #02BADC;
}
</style>
border-color css
<style>
span { border-color: #02BADC; }
span { border-color: rgb(2,186,220); }
td.TdClassName
{
border-color: #02BADC;
}
.TagClassName
{
border-color: #02BADC;
}
</style>