Shades of Iris Blue #03BBCD
Tints of Iris Blue #03BBCD
RGB
CMYK
RGB Variations
Color information
#03BBCD (or 0x03BBCD) is known color: Iris Blue. HEX triplet: 03, BB and CD. RGB value is (3,187,205). Sum of RGB (Red+Green+Blue) = 3+187+205=395 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #03BBCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BBCD is #FC4432. Grayscale: #858585. Windows color (decimal): -16532531 or 13482755. OLE color: 13482755.
HSL color Cylindrical-coordinate representation of color #03BBCD: hue angle of 185.35º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BBCD is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 187 | 205 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.20 |
| HSL | 185.35º | 0.97% | 0.41% | - |
| HSV(B) | 185.35º | 0.99% | 0.8% | - |
| XYZ | 28.83 | 39.97 | 63.95 | - |
| YUV | 134.04 | 168.04 | 34.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 187 | 205 | 0.99 | 0.09 | 0 | 0.20 | 185.35 | 0.97 | 0.41 |
| Hex | 3 | BB | CD | 63 | 9 | 0 | 14 | B9 | 61 | 29 |
| Octal | 3 | 273 | 315 | 143 | 11 | 0 | 24 | 271 | 141 | 51 |
| Binary | 11 | 10111011 | 11001101 | 1100011 | 1001 | 0 | 10100 | 10111001 | 1100001 | 101001 |
Color Harmonies of #03BBCD
Complementary color
Monochromatic Colors of #03BBCD
Black with #03BBCD
Text Example
Text Example
White with #03BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BBCD; }
p { color: rgb(3,187,205); }
H1.HeaderClassName
{
color: #03BBCD;
}
.AnyTagClassName
{
color: #03BBCD;
}
</style>
background-color css
<style>
a { background-color: #03BBCD; }
a { background-color: rgb(3,187,205); }
div.DivClassName
{
background-color: #03BBCD;
}
.BgClassName
{
background-color: #03BBCD;
}
</style>
border-color css
<style>
span { border-color: #03BBCD; }
span { border-color: rgb(3,187,205); }
td.TdClassName
{
border-color: #03BBCD;
}
.TagClassName
{
border-color: #03BBCD;
}
</style>