Shades of Iris Blue #03BDC3
Tints of Iris Blue #03BDC3
RGB
CMYK
RGB Variations
Color information
#03BDC3 (or 0x03BDC3) is known color: Iris Blue. HEX triplet: 03, BD and C3. RGB value is (3,189,195). Sum of RGB (Red+Green+Blue) = 3+189+195=387 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 387); Green value is 189 (74.22% from 255 or 48.84% from 387); Blue value is 195 (76.56% from 255 or 50.39% from 387); Max value from RGB is 195 - color contains mainly: blue. Hex color #03BDC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BDC3 is #FC423C. Grayscale: #858585. Windows color (decimal): -16532029 or 12827907. OLE color: 12827907.
HSL color Cylindrical-coordinate representation of color #03BDC3: hue angle of 181.88º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BDC3 is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 189 | 195 | - |
| CMYK | 0.98 | 0.03 | 0 | 0.24 |
| HSL | 181.88º | 0.97% | 0.39% | - |
| HSV(B) | 181.88º | 0.98% | 0.76% | - |
| XYZ | 28.09 | 40.35 | 57.94 | - |
| YUV | 134.07 | 162.38 | 34.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 189 | 195 | 0.98 | 0.03 | 0 | 0.24 | 181.88 | 0.97 | 0.39 |
| Hex | 3 | BD | C3 | 62 | 3 | 0 | 18 | B6 | 61 | 27 |
| Octal | 3 | 275 | 303 | 142 | 3 | 0 | 30 | 266 | 141 | 47 |
| Binary | 11 | 10111101 | 11000011 | 1100010 | 11 | 0 | 11000 | 10110110 | 1100001 | 100111 |
Color Harmonies of #03BDC3
Complementary color
Monochromatic Colors of #03BDC3
Black with #03BDC3
Text Example
Text Example
White with #03BDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BDC3; }
p { color: rgb(3,189,195); }
H1.HeaderClassName
{
color: #03BDC3;
}
.AnyTagClassName
{
color: #03BDC3;
}
</style>
background-color css
<style>
a { background-color: #03BDC3; }
a { background-color: rgb(3,189,195); }
div.DivClassName
{
background-color: #03BDC3;
}
.BgClassName
{
background-color: #03BDC3;
}
</style>
border-color css
<style>
span { border-color: #03BDC3; }
span { border-color: rgb(3,189,195); }
td.TdClassName
{
border-color: #03BDC3;
}
.TagClassName
{
border-color: #03BDC3;
}
</style>