Shades of Iris Blue #03BDD9
Tints of Iris Blue #03BDD9
RGB
CMYK
RGB Variations
Color information
#03BDD9 (or 0x03BDD9) is known color: Iris Blue. HEX triplet: 03, BD and D9. RGB value is (3,189,217). Sum of RGB (Red+Green+Blue) = 3+189+217=409 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 409); Green value is 189 (74.22% from 255 or 46.21% from 409); Blue value is 217 (85.16% from 255 or 53.06% from 409); Max value from RGB is 217 - color contains mainly: blue. Hex color #03BDD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BDD9 is #FC4226. Grayscale: #888888. Windows color (decimal): -16532007 or 14269699. OLE color: 14269699.
HSL color Cylindrical-coordinate representation of color #03BDD9: hue angle of 187.85º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BDD9 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 189 | 217 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.15 |
| HSL | 187.85º | 0.97% | 0.43% | - |
| HSV(B) | 187.85º | 0.99% | 0.85% | - |
| XYZ | 30.76 | 41.42 | 72.02 | - |
| YUV | 136.58 | 173.38 | 32.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 189 | 217 | 0.99 | 0.13 | 0 | 0.15 | 187.85 | 0.97 | 0.43 |
| Hex | 3 | BD | D9 | 63 | D | 0 | F | BC | 61 | 2B |
| Octal | 3 | 275 | 331 | 143 | 15 | 0 | 17 | 274 | 141 | 53 |
| Binary | 11 | 10111101 | 11011001 | 1100011 | 1101 | 0 | 1111 | 10111100 | 1100001 | 101011 |
Color Harmonies of #03BDD9
Complementary color
Monochromatic Colors of #03BDD9
Black with #03BDD9
Text Example
Text Example
White with #03BDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BDD9; }
p { color: rgb(3,189,217); }
H1.HeaderClassName
{
color: #03BDD9;
}
.AnyTagClassName
{
color: #03BDD9;
}
</style>
background-color css
<style>
a { background-color: #03BDD9; }
a { background-color: rgb(3,189,217); }
div.DivClassName
{
background-color: #03BDD9;
}
.BgClassName
{
background-color: #03BDD9;
}
</style>
border-color css
<style>
span { border-color: #03BDD9; }
span { border-color: rgb(3,189,217); }
td.TdClassName
{
border-color: #03BDD9;
}
.TagClassName
{
border-color: #03BDD9;
}
</style>