Shades of Iris Blue #03BBCF
Tints of Iris Blue #03BBCF
RGB
CMYK
RGB Variations
Color information
#03BBCF (or 0x03BBCF) is known color: Iris Blue. HEX triplet: 03, BB and CF. RGB value is (3,187,207). Sum of RGB (Red+Green+Blue) = 3+187+207=397 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #03BBCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BBCF is #FC4430. Grayscale: #868686. Windows color (decimal): -16532529 or 13613827. OLE color: 13613827.
HSL color Cylindrical-coordinate representation of color #03BBCF: hue angle of 185.88º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BBCF is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 187 | 207 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.19 |
| HSL | 185.88º | 0.97% | 0.41% | - |
| HSV(B) | 185.88º | 0.99% | 0.81% | - |
| XYZ | 29.07 | 40.07 | 65.23 | - |
| YUV | 134.26 | 169.04 | 34.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 187 | 207 | 0.99 | 0.10 | 0 | 0.19 | 185.88 | 0.97 | 0.41 |
| Hex | 3 | BB | CF | 63 | A | 0 | 13 | BA | 61 | 29 |
| Octal | 3 | 273 | 317 | 143 | 12 | 0 | 23 | 272 | 141 | 51 |
| Binary | 11 | 10111011 | 11001111 | 1100011 | 1010 | 0 | 10011 | 10111010 | 1100001 | 101001 |
Color Harmonies of #03BBCF
Complementary color
Monochromatic Colors of #03BBCF
Black with #03BBCF
Text Example
Text Example
White with #03BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BBCF; }
p { color: rgb(3,187,207); }
H1.HeaderClassName
{
color: #03BBCF;
}
.AnyTagClassName
{
color: #03BBCF;
}
</style>
background-color css
<style>
a { background-color: #03BBCF; }
a { background-color: rgb(3,187,207); }
div.DivClassName
{
background-color: #03BBCF;
}
.BgClassName
{
background-color: #03BBCF;
}
</style>
border-color css
<style>
span { border-color: #03BBCF; }
span { border-color: rgb(3,187,207); }
td.TdClassName
{
border-color: #03BBCF;
}
.TagClassName
{
border-color: #03BBCF;
}
</style>