Shades of Iris Blue #02BFB4
Tints of Iris Blue #02BFB4
RGB
CMYK
RGB Variations
Color information
#02BFB4 (or 0x02BFB4) is known color: Iris Blue. HEX triplet: 02, BF and B4. RGB value is (2,191,180). Sum of RGB (Red+Green+Blue) = 2+191+180=373 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 373); Green value is 191 (75% from 255 or 51.21% from 373); Blue value is 180 (70.70% from 255 or 48.26% from 373); Max value from RGB is 191 - color contains mainly: green. Hex color #02BFB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BFB4 is #FD404B. Grayscale: #858585. Windows color (decimal): -16597068 or 11845378. OLE color: 11845378.
HSL color Cylindrical-coordinate representation of color #02BFB4: hue angle of 176.51º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BFB4 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 191 | 180 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.25 |
| HSL | 176.51º | 0.98% | 0.38% | - |
| HSV(B) | 176.51º | 0.99% | 0.75% | - |
| XYZ | 26.89 | 40.57 | 49.59 | - |
| YUV | 133.24 | 154.38 | 34.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 191 | 180 | 0.99 | 0 | 0.06 | 0.25 | 176.51 | 0.98 | 0.38 |
| Hex | 2 | BF | B4 | 63 | 0 | 6 | 19 | B1 | 62 | 26 |
| Octal | 2 | 277 | 264 | 143 | 0 | 6 | 31 | 261 | 142 | 46 |
| Binary | 10 | 10111111 | 10110100 | 1100011 | 0 | 110 | 11001 | 10110001 | 1100010 | 100110 |
Color Harmonies of #02BFB4
Complementary color
Monochromatic Colors of #02BFB4
Black with #02BFB4
Text Example
Text Example
White with #02BFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BFB4; }
p { color: rgb(2,191,180); }
H1.HeaderClassName
{
color: #02BFB4;
}
.AnyTagClassName
{
color: #02BFB4;
}
</style>
background-color css
<style>
a { background-color: #02BFB4; }
a { background-color: rgb(2,191,180); }
div.DivClassName
{
background-color: #02BFB4;
}
.BgClassName
{
background-color: #02BFB4;
}
</style>
border-color css
<style>
span { border-color: #02BFB4; }
span { border-color: rgb(2,191,180); }
td.TdClassName
{
border-color: #02BFB4;
}
.TagClassName
{
border-color: #02BFB4;
}
</style>