Shades of Iris Blue #03BACB
Tints of Iris Blue #03BACB
RGB
CMYK
RGB Variations
Color information
#03BACB (or 0x03BACB) is known color: Iris Blue. HEX triplet: 03, BA and CB. RGB value is (3,186,203). Sum of RGB (Red+Green+Blue) = 3+186+203=392 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #03BACB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BACB is #FC4534. Grayscale: #848484. Windows color (decimal): -16532789 or 13351427. OLE color: 13351427.
HSL color Cylindrical-coordinate representation of color #03BACB: hue angle of 185.1º 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 #03BACB is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 186 | 203 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.20 |
| HSL | 185.1º | 0.97% | 0.4% | - |
| HSV(B) | 185.1º | 0.99% | 0.8% | - |
| XYZ | 28.38 | 39.45 | 62.62 | - |
| YUV | 133.22 | 167.37 | 35.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 186 | 203 | 0.99 | 0.08 | 0 | 0.20 | 185.1 | 0.97 | 0.4 |
| Hex | 3 | BA | CB | 63 | 8 | 0 | 14 | B9 | 61 | 28 |
| Octal | 3 | 272 | 313 | 143 | 10 | 0 | 24 | 271 | 141 | 50 |
| Binary | 11 | 10111010 | 11001011 | 1100011 | 1000 | 0 | 10100 | 10111001 | 1100001 | 101000 |
Color Harmonies of #03BACB
Complementary color
Monochromatic Colors of #03BACB
Black with #03BACB
Text Example
Text Example
White with #03BACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BACB; }
p { color: rgb(3,186,203); }
H1.HeaderClassName
{
color: #03BACB;
}
.AnyTagClassName
{
color: #03BACB;
}
</style>
background-color css
<style>
a { background-color: #03BACB; }
a { background-color: rgb(3,186,203); }
div.DivClassName
{
background-color: #03BACB;
}
.BgClassName
{
background-color: #03BACB;
}
</style>
border-color css
<style>
span { border-color: #03BACB; }
span { border-color: rgb(3,186,203); }
td.TdClassName
{
border-color: #03BACB;
}
.TagClassName
{
border-color: #03BACB;
}
</style>