Shades of Iris Blue #03B3CE
Tints of Iris Blue #03B3CE
RGB
CMYK
RGB Variations
Color information
#03B3CE (or 0x03B3CE) is known color: Iris Blue. HEX triplet: 03, B3 and CE. RGB value is (3,179,206). Sum of RGB (Red+Green+Blue) = 3+179+206=388 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 388); Green value is 179 (70.31% from 255 or 46.13% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #03B3CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03B3CE is #FC4C31. Grayscale: #818181. Windows color (decimal): -16534578 or 13546243. OLE color: 13546243.
HSL color Cylindrical-coordinate representation of color #03B3CE: hue angle of 187.98º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03B3CE is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 179 | 206 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.19 |
| HSL | 187.98º | 0.97% | 0.41% | - |
| HSV(B) | 187.98º | 0.99% | 0.81% | - |
| XYZ | 27.3 | 36.72 | 64.04 | - |
| YUV | 129.45 | 171.19 | 37.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 179 | 206 | 0.99 | 0.13 | 0 | 0.19 | 187.98 | 0.97 | 0.41 |
| Hex | 3 | B3 | CE | 63 | D | 0 | 13 | BC | 61 | 29 |
| Octal | 3 | 263 | 316 | 143 | 15 | 0 | 23 | 274 | 141 | 51 |
| Binary | 11 | 10110011 | 11001110 | 1100011 | 1101 | 0 | 10011 | 10111100 | 1100001 | 101001 |
Color Harmonies of #03B3CE
Complementary color
Monochromatic Colors of #03B3CE
Black with #03B3CE
Text Example
Text Example
White with #03B3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B3CE; }
p { color: rgb(3,179,206); }
H1.HeaderClassName
{
color: #03B3CE;
}
.AnyTagClassName
{
color: #03B3CE;
}
</style>
background-color css
<style>
a { background-color: #03B3CE; }
a { background-color: rgb(3,179,206); }
div.DivClassName
{
background-color: #03B3CE;
}
.BgClassName
{
background-color: #03B3CE;
}
</style>
border-color css
<style>
span { border-color: #03B3CE; }
span { border-color: rgb(3,179,206); }
td.TdClassName
{
border-color: #03B3CE;
}
.TagClassName
{
border-color: #03B3CE;
}
</style>