Shades of Iris Blue #04BBC1
Tints of Iris Blue #04BBC1
RGB
CMYK
RGB Variations
Color information
#04BBC1 (or 0x04BBC1) is known color: Iris Blue. HEX triplet: 04, BB and C1. RGB value is (4,187,193). Sum of RGB (Red+Green+Blue) = 4+187+193=384 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 384); Green value is 187 (73.44% from 255 or 48.70% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #04BBC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BBC1 is #FB443E. Grayscale: #848484. Windows color (decimal): -16467007 or 12696324. OLE color: 12696324.
HSL color Cylindrical-coordinate representation of color #04BBC1: hue angle of 181.9º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BBC1 is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 187 | 193 | - |
| CMYK | 0.98 | 0.03 | 0 | 0.24 |
| HSL | 181.9º | 0.96% | 0.39% | - |
| HSV(B) | 181.9º | 0.98% | 0.76% | - |
| XYZ | 27.45 | 39.42 | 56.61 | - |
| YUV | 132.97 | 161.87 | 36.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 187 | 193 | 0.98 | 0.03 | 0 | 0.24 | 181.9 | 0.96 | 0.39 |
| Hex | 4 | BB | C1 | 62 | 3 | 0 | 18 | B6 | 60 | 27 |
| Octal | 4 | 273 | 301 | 142 | 3 | 0 | 30 | 266 | 140 | 47 |
| Binary | 100 | 10111011 | 11000001 | 1100010 | 11 | 0 | 11000 | 10110110 | 1100000 | 100111 |
Color Harmonies of #04BBC1
Complementary color
Monochromatic Colors of #04BBC1
Black with #04BBC1
Text Example
Text Example
White with #04BBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BBC1; }
p { color: rgb(4,187,193); }
H1.HeaderClassName
{
color: #04BBC1;
}
.AnyTagClassName
{
color: #04BBC1;
}
</style>
background-color css
<style>
a { background-color: #04BBC1; }
a { background-color: rgb(4,187,193); }
div.DivClassName
{
background-color: #04BBC1;
}
.BgClassName
{
background-color: #04BBC1;
}
</style>
border-color css
<style>
span { border-color: #04BBC1; }
span { border-color: rgb(4,187,193); }
td.TdClassName
{
border-color: #04BBC1;
}
.TagClassName
{
border-color: #04BBC1;
}
</style>