Shades of Iris Blue #03B0BD
Tints of Iris Blue #03B0BD
RGB
CMYK
RGB Variations
Color information
#03B0BD (or 0x03B0BD) is known color: Iris Blue. HEX triplet: 03, B0 and BD. RGB value is (3,176,189). Sum of RGB (Red+Green+Blue) = 3+176+189=368 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 368); Green value is 176 (69.14% from 255 or 47.83% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #03B0BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03B0BD is #FC4F42. Grayscale: #7D7D7D. Windows color (decimal): -16535363 or 12431363. OLE color: 12431363.
HSL color Cylindrical-coordinate representation of color #03B0BD: hue angle of 184.19º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B0BD is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 176 | 189 | - |
| CMYK | 0.98 | 0.07 | 0 | 0.26 |
| HSL | 184.19º | 0.97% | 0.38% | - |
| HSV(B) | 184.19º | 0.98% | 0.74% | - |
| XYZ | 24.75 | 34.74 | 53.55 | - |
| YUV | 125.76 | 163.69 | 40.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 176 | 189 | 0.98 | 0.07 | 0 | 0.26 | 184.19 | 0.97 | 0.38 |
| Hex | 3 | B0 | BD | 62 | 7 | 0 | 1A | B8 | 61 | 26 |
| Octal | 3 | 260 | 275 | 142 | 7 | 0 | 32 | 270 | 141 | 46 |
| Binary | 11 | 10110000 | 10111101 | 1100010 | 111 | 0 | 11010 | 10111000 | 1100001 | 100110 |
Color Harmonies of #03B0BD
Complementary color
Monochromatic Colors of #03B0BD
Black with #03B0BD
Text Example
Text Example
White with #03B0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B0BD; }
p { color: rgb(3,176,189); }
H1.HeaderClassName
{
color: #03B0BD;
}
.AnyTagClassName
{
color: #03B0BD;
}
</style>
background-color css
<style>
a { background-color: #03B0BD; }
a { background-color: rgb(3,176,189); }
div.DivClassName
{
background-color: #03B0BD;
}
.BgClassName
{
background-color: #03B0BD;
}
</style>
border-color css
<style>
span { border-color: #03B0BD; }
span { border-color: rgb(3,176,189); }
td.TdClassName
{
border-color: #03B0BD;
}
.TagClassName
{
border-color: #03B0BD;
}
</style>