Shades of Iris Blue #03BFCF
Tints of Iris Blue #03BFCF
RGB
CMYK
RGB Variations
Color information
#03BFCF (or 0x03BFCF) is known color: Iris Blue. HEX triplet: 03, BF and CF. RGB value is (3,191,207). Sum of RGB (Red+Green+Blue) = 3+191+207=401 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #03BFCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BFCF is #FC4030. Grayscale: #888888. Windows color (decimal): -16531505 or 13614851. OLE color: 13614851.
HSL color Cylindrical-coordinate representation of color #03BFCF: hue angle of 184.71º 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 #03BFCF is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 191 | 207 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.19 |
| HSL | 184.71º | 0.97% | 0.41% | - |
| HSV(B) | 184.71º | 0.99% | 0.81% | - |
| XYZ | 29.93 | 41.79 | 65.52 | - |
| YUV | 136.61 | 167.72 | 32.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 191 | 207 | 0.99 | 0.08 | 0 | 0.19 | 184.71 | 0.97 | 0.41 |
| Hex | 3 | BF | CF | 63 | 8 | 0 | 13 | B9 | 61 | 29 |
| Octal | 3 | 277 | 317 | 143 | 10 | 0 | 23 | 271 | 141 | 51 |
| Binary | 11 | 10111111 | 11001111 | 1100011 | 1000 | 0 | 10011 | 10111001 | 1100001 | 101001 |
Color Harmonies of #03BFCF
Complementary color
Monochromatic Colors of #03BFCF
Black with #03BFCF
Text Example
Text Example
White with #03BFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BFCF; }
p { color: rgb(3,191,207); }
H1.HeaderClassName
{
color: #03BFCF;
}
.AnyTagClassName
{
color: #03BFCF;
}
</style>
background-color css
<style>
a { background-color: #03BFCF; }
a { background-color: rgb(3,191,207); }
div.DivClassName
{
background-color: #03BFCF;
}
.BgClassName
{
background-color: #03BFCF;
}
</style>
border-color css
<style>
span { border-color: #03BFCF; }
span { border-color: rgb(3,191,207); }
td.TdClassName
{
border-color: #03BFCF;
}
.TagClassName
{
border-color: #03BFCF;
}
</style>