Shades of Iris Blue #03BBD1
Tints of Iris Blue #03BBD1
RGB
CMYK
RGB Variations
Color information
#03BBD1 (or 0x03BBD1) is known color: Iris Blue. HEX triplet: 03, BB and D1. RGB value is (3,187,209). Sum of RGB (Red+Green+Blue) = 3+187+209=399 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 209 (82.03% from 255 or 52.38% from 399); Max value from RGB is 209 - color contains mainly: blue. Hex color #03BBD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BBD1 is #FC442E. Grayscale: #868686. Windows color (decimal): -16532527 or 13744899. OLE color: 13744899.
HSL color Cylindrical-coordinate representation of color #03BBD1: hue angle of 186.41º 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 #03BBD1 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 187 | 209 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.18 |
| HSL | 186.41º | 0.97% | 0.42% | - |
| HSV(B) | 186.41º | 0.99% | 0.82% | - |
| XYZ | 29.32 | 40.16 | 66.53 | - |
| YUV | 134.49 | 170.04 | 34.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 187 | 209 | 0.99 | 0.11 | 0 | 0.18 | 186.41 | 0.97 | 0.42 |
| Hex | 3 | BB | D1 | 63 | B | 0 | 12 | BA | 61 | 2A |
| Octal | 3 | 273 | 321 | 143 | 13 | 0 | 22 | 272 | 141 | 52 |
| Binary | 11 | 10111011 | 11010001 | 1100011 | 1011 | 0 | 10010 | 10111010 | 1100001 | 101010 |
Color Harmonies of #03BBD1
Complementary color
Monochromatic Colors of #03BBD1
Black with #03BBD1
Text Example
Text Example
White with #03BBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BBD1; }
p { color: rgb(3,187,209); }
H1.HeaderClassName
{
color: #03BBD1;
}
.AnyTagClassName
{
color: #03BBD1;
}
</style>
background-color css
<style>
a { background-color: #03BBD1; }
a { background-color: rgb(3,187,209); }
div.DivClassName
{
background-color: #03BBD1;
}
.BgClassName
{
background-color: #03BBD1;
}
</style>
border-color css
<style>
span { border-color: #03BBD1; }
span { border-color: rgb(3,187,209); }
td.TdClassName
{
border-color: #03BBD1;
}
.TagClassName
{
border-color: #03BBD1;
}
</style>