Shades of Iris Blue #03BFC9
Tints of Iris Blue #03BFC9
RGB
CMYK
RGB Variations
Color information
#03BFC9 (or 0x03BFC9) is known color: Iris Blue. HEX triplet: 03, BF and C9. RGB value is (3,191,201). Sum of RGB (Red+Green+Blue) = 3+191+201=395 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 395); Green value is 191 (75% from 255 or 48.35% from 395); Blue value is 201 (78.91% from 255 or 50.89% from 395); Max value from RGB is 201 - color contains mainly: blue. Hex color #03BFC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BFC9 is #FC4036. Grayscale: #878787. Windows color (decimal): -16531511 or 13221635. OLE color: 13221635.
HSL color Cylindrical-coordinate representation of color #03BFC9: hue angle of 183.03º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BFC9 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 191 | 201 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.21 |
| HSL | 183.03º | 0.97% | 0.4% | - |
| HSV(B) | 183.03º | 0.99% | 0.79% | - |
| XYZ | 29.21 | 41.5 | 61.73 | - |
| YUV | 135.93 | 164.72 | 33.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 191 | 201 | 0.99 | 0.05 | 0 | 0.21 | 183.03 | 0.97 | 0.4 |
| Hex | 3 | BF | C9 | 63 | 5 | 0 | 15 | B7 | 61 | 28 |
| Octal | 3 | 277 | 311 | 143 | 5 | 0 | 25 | 267 | 141 | 50 |
| Binary | 11 | 10111111 | 11001001 | 1100011 | 101 | 0 | 10101 | 10110111 | 1100001 | 101000 |
Color Harmonies of #03BFC9
Complementary color
Monochromatic Colors of #03BFC9
Black with #03BFC9
Text Example
Text Example
White with #03BFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BFC9; }
p { color: rgb(3,191,201); }
H1.HeaderClassName
{
color: #03BFC9;
}
.AnyTagClassName
{
color: #03BFC9;
}
</style>
background-color css
<style>
a { background-color: #03BFC9; }
a { background-color: rgb(3,191,201); }
div.DivClassName
{
background-color: #03BFC9;
}
.BgClassName
{
background-color: #03BFC9;
}
</style>
border-color css
<style>
span { border-color: #03BFC9; }
span { border-color: rgb(3,191,201); }
td.TdClassName
{
border-color: #03BFC9;
}
.TagClassName
{
border-color: #03BFC9;
}
</style>