Shades of Iris Blue #03BFCB
Tints of Iris Blue #03BFCB
RGB
CMYK
RGB Variations
Color information
#03BFCB (or 0x03BFCB) is known color: Iris Blue. HEX triplet: 03, BF and CB. RGB value is (3,191,203). Sum of RGB (Red+Green+Blue) = 3+191+203=397 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #03BFCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BFCB is #FC4034. Grayscale: #878787. Windows color (decimal): -16531509 or 13352707. OLE color: 13352707.
HSL color Cylindrical-coordinate representation of color #03BFCB: hue angle of 183.6º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BFCB is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 191 | 203 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.20 |
| HSL | 183.6º | 0.97% | 0.4% | - |
| HSV(B) | 183.6º | 0.99% | 0.8% | - |
| XYZ | 29.45 | 41.59 | 62.98 | - |
| YUV | 136.16 | 165.72 | 33.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 191 | 203 | 0.99 | 0.06 | 0 | 0.20 | 183.6 | 0.97 | 0.4 |
| Hex | 3 | BF | CB | 63 | 6 | 0 | 14 | B8 | 61 | 28 |
| Octal | 3 | 277 | 313 | 143 | 6 | 0 | 24 | 270 | 141 | 50 |
| Binary | 11 | 10111111 | 11001011 | 1100011 | 110 | 0 | 10100 | 10111000 | 1100001 | 101000 |
Color Harmonies of #03BFCB
Complementary color
Monochromatic Colors of #03BFCB
Black with #03BFCB
Text Example
Text Example
White with #03BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BFCB; }
p { color: rgb(3,191,203); }
H1.HeaderClassName
{
color: #03BFCB;
}
.AnyTagClassName
{
color: #03BFCB;
}
</style>
background-color css
<style>
a { background-color: #03BFCB; }
a { background-color: rgb(3,191,203); }
div.DivClassName
{
background-color: #03BFCB;
}
.BgClassName
{
background-color: #03BFCB;
}
</style>
border-color css
<style>
span { border-color: #03BFCB; }
span { border-color: rgb(3,191,203); }
td.TdClassName
{
border-color: #03BFCB;
}
.TagClassName
{
border-color: #03BFCB;
}
</style>