Shades of Iris Blue #02BED5
Tints of Iris Blue #02BED5
RGB
CMYK
RGB Variations
Color information
#02BED5 (or 0x02BED5) is known color: Iris Blue. HEX triplet: 02, BE and D5. RGB value is (2,190,213). Sum of RGB (Red+Green+Blue) = 2+190+213=405 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 213 (83.59% from 255 or 52.59% from 405); Max value from RGB is 213 - color contains mainly: blue. Hex color #02BED5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BED5 is #FD412A. Grayscale: #888888. Windows color (decimal): -16597291 or 14007810. OLE color: 14007810.
HSL color Cylindrical-coordinate representation of color #02BED5: hue angle of 186.54º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BED5 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 190 | 213 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.16 |
| HSL | 186.54º | 0.98% | 0.42% | - |
| HSV(B) | 186.54º | 0.99% | 0.84% | - |
| XYZ | 30.45 | 41.64 | 69.38 | - |
| YUV | 136.41 | 171.22 | 32.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 190 | 213 | 0.99 | 0.11 | 0 | 0.16 | 186.54 | 0.98 | 0.42 |
| Hex | 2 | BE | D5 | 63 | B | 0 | 10 | BB | 62 | 2A |
| Octal | 2 | 276 | 325 | 143 | 13 | 0 | 20 | 273 | 142 | 52 |
| Binary | 10 | 10111110 | 11010101 | 1100011 | 1011 | 0 | 10000 | 10111011 | 1100010 | 101010 |
Color Harmonies of #02BED5
Complementary color
Monochromatic Colors of #02BED5
Black with #02BED5
Text Example
Text Example
White with #02BED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BED5; }
p { color: rgb(2,190,213); }
H1.HeaderClassName
{
color: #02BED5;
}
.AnyTagClassName
{
color: #02BED5;
}
</style>
background-color css
<style>
a { background-color: #02BED5; }
a { background-color: rgb(2,190,213); }
div.DivClassName
{
background-color: #02BED5;
}
.BgClassName
{
background-color: #02BED5;
}
</style>
border-color css
<style>
span { border-color: #02BED5; }
span { border-color: rgb(2,190,213); }
td.TdClassName
{
border-color: #02BED5;
}
.TagClassName
{
border-color: #02BED5;
}
</style>