Shades of Iris Blue #03BCD1
Tints of Iris Blue #03BCD1
RGB
CMYK
RGB Variations
Color information
#03BCD1 (or 0x03BCD1) is known color: Iris Blue. HEX triplet: 03, BC and D1. RGB value is (3,188,209). Sum of RGB (Red+Green+Blue) = 3+188+209=400 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 209 (82.03% from 255 or 52.25% from 400); Max value from RGB is 209 - color contains mainly: blue. Hex color #03BCD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BCD1 is #FC432E. Grayscale: #868686. Windows color (decimal): -16532271 or 13745155. OLE color: 13745155.
HSL color Cylindrical-coordinate representation of color #03BCD1: hue angle of 186.12º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BCD1 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 188 | 209 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.18 |
| HSL | 186.12º | 0.97% | 0.42% | - |
| HSV(B) | 186.12º | 0.99% | 0.82% | - |
| XYZ | 29.53 | 40.59 | 66.6 | - |
| YUV | 135.08 | 169.71 | 33.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 188 | 209 | 0.99 | 0.10 | 0 | 0.18 | 186.12 | 0.97 | 0.42 |
| Hex | 3 | BC | D1 | 63 | A | 0 | 12 | BA | 61 | 2A |
| Octal | 3 | 274 | 321 | 143 | 12 | 0 | 22 | 272 | 141 | 52 |
| Binary | 11 | 10111100 | 11010001 | 1100011 | 1010 | 0 | 10010 | 10111010 | 1100001 | 101010 |
Color Harmonies of #03BCD1
Complementary color
Monochromatic Colors of #03BCD1
Black with #03BCD1
Text Example
Text Example
White with #03BCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BCD1; }
p { color: rgb(3,188,209); }
H1.HeaderClassName
{
color: #03BCD1;
}
.AnyTagClassName
{
color: #03BCD1;
}
</style>
background-color css
<style>
a { background-color: #03BCD1; }
a { background-color: rgb(3,188,209); }
div.DivClassName
{
background-color: #03BCD1;
}
.BgClassName
{
background-color: #03BCD1;
}
</style>
border-color css
<style>
span { border-color: #03BCD1; }
span { border-color: rgb(3,188,209); }
td.TdClassName
{
border-color: #03BCD1;
}
.TagClassName
{
border-color: #03BCD1;
}
</style>