Shades of Iris Blue #03BDD5
Tints of Iris Blue #03BDD5
RGB
CMYK
RGB Variations
Color information
#03BDD5 (or 0x03BDD5) is known color: Iris Blue. HEX triplet: 03, BD and D5. RGB value is (3,189,213). Sum of RGB (Red+Green+Blue) = 3+189+213=405 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 213 (83.59% from 255 or 52.59% from 405); Max value from RGB is 213 - color contains mainly: blue. Hex color #03BDD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BDD5 is #FC422A. Grayscale: #878787. Windows color (decimal): -16532011 or 14007555. OLE color: 14007555.
HSL color Cylindrical-coordinate representation of color #03BDD5: hue angle of 186.86º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BDD5 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 189 | 213 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.16 |
| HSL | 186.86º | 0.97% | 0.42% | - |
| HSV(B) | 186.86º | 0.99% | 0.84% | - |
| XYZ | 30.25 | 41.22 | 69.31 | - |
| YUV | 136.12 | 171.38 | 33.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 189 | 213 | 0.99 | 0.11 | 0 | 0.16 | 186.86 | 0.97 | 0.42 |
| Hex | 3 | BD | D5 | 63 | B | 0 | 10 | BB | 61 | 2A |
| Octal | 3 | 275 | 325 | 143 | 13 | 0 | 20 | 273 | 141 | 52 |
| Binary | 11 | 10111101 | 11010101 | 1100011 | 1011 | 0 | 10000 | 10111011 | 1100001 | 101010 |
Color Harmonies of #03BDD5
Complementary color
Monochromatic Colors of #03BDD5
Black with #03BDD5
Text Example
Text Example
White with #03BDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BDD5; }
p { color: rgb(3,189,213); }
H1.HeaderClassName
{
color: #03BDD5;
}
.AnyTagClassName
{
color: #03BDD5;
}
</style>
background-color css
<style>
a { background-color: #03BDD5; }
a { background-color: rgb(3,189,213); }
div.DivClassName
{
background-color: #03BDD5;
}
.BgClassName
{
background-color: #03BDD5;
}
</style>
border-color css
<style>
span { border-color: #03BDD5; }
span { border-color: rgb(3,189,213); }
td.TdClassName
{
border-color: #03BDD5;
}
.TagClassName
{
border-color: #03BDD5;
}
</style>