Shades of Iris Blue #02B8C1
Tints of Iris Blue #02B8C1
RGB
CMYK
RGB Variations
Color information
#02B8C1 (or 0x02B8C1) is known color: Iris Blue. HEX triplet: 02, B8 and C1. RGB value is (2,184,193). Sum of RGB (Red+Green+Blue) = 2+184+193=379 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 379); Green value is 184 (72.27% from 255 or 48.55% from 379); Blue value is 193 (75.78% from 255 or 50.92% from 379); Max value from RGB is 193 - color contains mainly: blue. Hex color #02B8C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02B8C1 is #FD473E. Grayscale: #828282. Windows color (decimal): -16598847 or 12695554. OLE color: 12695554.
HSL color Cylindrical-coordinate representation of color #02B8C1: hue angle of 182.83º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B8C1 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 184 | 193 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.24 |
| HSL | 182.83º | 0.98% | 0.38% | - |
| HSV(B) | 182.83º | 0.99% | 0.76% | - |
| XYZ | 26.79 | 38.14 | 56.4 | - |
| YUV | 130.61 | 163.2 | 36.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 184 | 193 | 0.99 | 0.05 | 0 | 0.24 | 182.83 | 0.98 | 0.38 |
| Hex | 2 | B8 | C1 | 63 | 5 | 0 | 18 | B7 | 62 | 26 |
| Octal | 2 | 270 | 301 | 143 | 5 | 0 | 30 | 267 | 142 | 46 |
| Binary | 10 | 10111000 | 11000001 | 1100011 | 101 | 0 | 11000 | 10110111 | 1100010 | 100110 |
Color Harmonies of #02B8C1
Complementary color
Monochromatic Colors of #02B8C1
Black with #02B8C1
Text Example
Text Example
White with #02B8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B8C1; }
p { color: rgb(2,184,193); }
H1.HeaderClassName
{
color: #02B8C1;
}
.AnyTagClassName
{
color: #02B8C1;
}
</style>
background-color css
<style>
a { background-color: #02B8C1; }
a { background-color: rgb(2,184,193); }
div.DivClassName
{
background-color: #02B8C1;
}
.BgClassName
{
background-color: #02B8C1;
}
</style>
border-color css
<style>
span { border-color: #02B8C1; }
span { border-color: rgb(2,184,193); }
td.TdClassName
{
border-color: #02B8C1;
}
.TagClassName
{
border-color: #02B8C1;
}
</style>