Shades of Iris Blue #03BCCB
Tints of Iris Blue #03BCCB
RGB
CMYK
RGB Variations
Color information
#03BCCB (or 0x03BCCB) is known color: Iris Blue. HEX triplet: 03, BC and CB. RGB value is (3,188,203). Sum of RGB (Red+Green+Blue) = 3+188+203=394 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 394); Green value is 188 (73.83% from 255 or 47.72% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #03BCCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BCCB is #FC4334. Grayscale: #868686. Windows color (decimal): -16532277 or 13351939. OLE color: 13351939.
HSL color Cylindrical-coordinate representation of color #03BCCB: hue angle of 184.5º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BCCB is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 188 | 203 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.20 |
| HSL | 184.5º | 0.97% | 0.4% | - |
| HSV(B) | 184.5º | 0.99% | 0.8% | - |
| XYZ | 28.8 | 40.3 | 62.76 | - |
| YUV | 134.4 | 166.71 | 34.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 188 | 203 | 0.99 | 0.07 | 0 | 0.20 | 184.5 | 0.97 | 0.4 |
| Hex | 3 | BC | CB | 63 | 7 | 0 | 14 | B8 | 61 | 28 |
| Octal | 3 | 274 | 313 | 143 | 7 | 0 | 24 | 270 | 141 | 50 |
| Binary | 11 | 10111100 | 11001011 | 1100011 | 111 | 0 | 10100 | 10111000 | 1100001 | 101000 |
Color Harmonies of #03BCCB
Complementary color
Monochromatic Colors of #03BCCB
Black with #03BCCB
Text Example
Text Example
White with #03BCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BCCB; }
p { color: rgb(3,188,203); }
H1.HeaderClassName
{
color: #03BCCB;
}
.AnyTagClassName
{
color: #03BCCB;
}
</style>
background-color css
<style>
a { background-color: #03BCCB; }
a { background-color: rgb(3,188,203); }
div.DivClassName
{
background-color: #03BCCB;
}
.BgClassName
{
background-color: #03BCCB;
}
</style>
border-color css
<style>
span { border-color: #03BCCB; }
span { border-color: rgb(3,188,203); }
td.TdClassName
{
border-color: #03BCCB;
}
.TagClassName
{
border-color: #03BCCB;
}
</style>