Shades of Iris Blue #03BCD6
Tints of Iris Blue #03BCD6
RGB
CMYK
RGB Variations
Color information
#03BCD6 (or 0x03BCD6) is known color: Iris Blue. HEX triplet: 03, BC and D6. RGB value is (3,188,214). Sum of RGB (Red+Green+Blue) = 3+188+214=405 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 214 (83.98% from 255 or 52.84% from 405); Max value from RGB is 214 - color contains mainly: blue. Hex color #03BCD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BCD6 is #FC4329. Grayscale: #878787. Windows color (decimal): -16532266 or 14072835. OLE color: 14072835.
HSL color Cylindrical-coordinate representation of color #03BCD6: hue angle of 187.39º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BCD6 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 188 | 214 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.16 |
| HSL | 187.39º | 0.97% | 0.43% | - |
| HSV(B) | 187.39º | 0.99% | 0.84% | - |
| XYZ | 30.16 | 40.84 | 69.91 | - |
| YUV | 135.65 | 172.21 | 33.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 188 | 214 | 0.99 | 0.12 | 0 | 0.16 | 187.39 | 0.97 | 0.43 |
| Hex | 3 | BC | D6 | 63 | C | 0 | 10 | BB | 61 | 2B |
| Octal | 3 | 274 | 326 | 143 | 14 | 0 | 20 | 273 | 141 | 53 |
| Binary | 11 | 10111100 | 11010110 | 1100011 | 1100 | 0 | 10000 | 10111011 | 1100001 | 101011 |
Color Harmonies of #03BCD6
Complementary color
Monochromatic Colors of #03BCD6
Black with #03BCD6
Text Example
Text Example
White with #03BCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BCD6; }
p { color: rgb(3,188,214); }
H1.HeaderClassName
{
color: #03BCD6;
}
.AnyTagClassName
{
color: #03BCD6;
}
</style>
background-color css
<style>
a { background-color: #03BCD6; }
a { background-color: rgb(3,188,214); }
div.DivClassName
{
background-color: #03BCD6;
}
.BgClassName
{
background-color: #03BCD6;
}
</style>
border-color css
<style>
span { border-color: #03BCD6; }
span { border-color: rgb(3,188,214); }
td.TdClassName
{
border-color: #03BCD6;
}
.TagClassName
{
border-color: #03BCD6;
}
</style>