Shades of Iris Blue #03B3C5
Tints of Iris Blue #03B3C5
RGB
CMYK
RGB Variations
Color information
#03B3C5 (or 0x03B3C5) is known color: Iris Blue. HEX triplet: 03, B3 and C5. RGB value is (3,179,197). Sum of RGB (Red+Green+Blue) = 3+179+197=379 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 379); Green value is 179 (70.31% from 255 or 47.23% from 379); Blue value is 197 (77.34% from 255 or 51.98% from 379); Max value from RGB is 197 - color contains mainly: blue. Hex color #03B3C5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03B3C5 is #FC4C3A. Grayscale: #808080. Windows color (decimal): -16534587 or 12956419. OLE color: 12956419.
HSL color Cylindrical-coordinate representation of color #03B3C5: hue angle of 185.57º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B3C5 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 3 | 179 | 197 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.23 |
| HSL | 185.57º | 0.97% | 0.39% | - |
| HSV(B) | 185.57º | 0.98% | 0.77% | - |
| XYZ | 26.24 | 36.29 | 58.45 | - |
| YUV | 128.43 | 166.69 | 38.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 179 | 197 | 0.98 | 0.09 | 0 | 0.23 | 185.57 | 0.97 | 0.39 |
| Hex | 3 | B3 | C5 | 62 | 9 | 0 | 17 | BA | 61 | 27 |
| Octal | 3 | 263 | 305 | 142 | 11 | 0 | 27 | 272 | 141 | 47 |
| Binary | 11 | 10110011 | 11000101 | 1100010 | 1001 | 0 | 10111 | 10111010 | 1100001 | 100111 |
Color Harmonies of #03B3C5
Complementary color
Monochromatic Colors of #03B3C5
Black with #03B3C5
Text Example
Text Example
White with #03B3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B3C5; }
p { color: rgb(3,179,197); }
H1.HeaderClassName
{
color: #03B3C5;
}
.AnyTagClassName
{
color: #03B3C5;
}
</style>
background-color css
<style>
a { background-color: #03B3C5; }
a { background-color: rgb(3,179,197); }
div.DivClassName
{
background-color: #03B3C5;
}
.BgClassName
{
background-color: #03B3C5;
}
</style>
border-color css
<style>
span { border-color: #03B3C5; }
span { border-color: rgb(3,179,197); }
td.TdClassName
{
border-color: #03B3C5;
}
.TagClassName
{
border-color: #03B3C5;
}
</style>