Shades of Iris Blue #03B8C5
Tints of Iris Blue #03B8C5
RGB
CMYK
RGB Variations
Color information
#03B8C5 (or 0x03B8C5) is known color: Iris Blue. HEX triplet: 03, B8 and C5. RGB value is (3,184,197). Sum of RGB (Red+Green+Blue) = 3+184+197=384 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 384); Green value is 184 (72.27% from 255 or 47.92% from 384); Blue value is 197 (77.34% from 255 or 51.30% from 384); Max value from RGB is 197 - color contains mainly: blue. Hex color #03B8C5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03B8C5 is #FC473A. Grayscale: #838383. Windows color (decimal): -16533307 or 12957699. OLE color: 12957699.
HSL color Cylindrical-coordinate representation of color #03B8C5: hue angle of 184.02º 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 #03B8C5 is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 3 | 184 | 197 | - |
| CMYK | 0.98 | 0.07 | 0 | 0.23 |
| HSL | 184.02º | 0.97% | 0.39% | - |
| HSV(B) | 184.02º | 0.98% | 0.77% | - |
| XYZ | 27.26 | 38.33 | 58.79 | - |
| YUV | 131.36 | 165.03 | 36.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 184 | 197 | 0.98 | 0.07 | 0 | 0.23 | 184.02 | 0.97 | 0.39 |
| Hex | 3 | B8 | C5 | 62 | 7 | 0 | 17 | B8 | 61 | 27 |
| Octal | 3 | 270 | 305 | 142 | 7 | 0 | 27 | 270 | 141 | 47 |
| Binary | 11 | 10111000 | 11000101 | 1100010 | 111 | 0 | 10111 | 10111000 | 1100001 | 100111 |
Color Harmonies of #03B8C5
Complementary color
Monochromatic Colors of #03B8C5
Black with #03B8C5
Text Example
Text Example
White with #03B8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B8C5; }
p { color: rgb(3,184,197); }
H1.HeaderClassName
{
color: #03B8C5;
}
.AnyTagClassName
{
color: #03B8C5;
}
</style>
background-color css
<style>
a { background-color: #03B8C5; }
a { background-color: rgb(3,184,197); }
div.DivClassName
{
background-color: #03B8C5;
}
.BgClassName
{
background-color: #03B8C5;
}
</style>
border-color css
<style>
span { border-color: #03B8C5; }
span { border-color: rgb(3,184,197); }
td.TdClassName
{
border-color: #03B8C5;
}
.TagClassName
{
border-color: #03B8C5;
}
</style>