Shades of Iris Blue #03BFD5
Tints of Iris Blue #03BFD5
RGB
CMYK
RGB Variations
Color information
#03BFD5 (or 0x03BFD5) is known color: Iris Blue. HEX triplet: 03, BF and D5. RGB value is (3,191,213). Sum of RGB (Red+Green+Blue) = 3+191+213=407 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 213 (83.59% from 255 or 52.33% from 407); Max value from RGB is 213 - color contains mainly: blue. Hex color #03BFD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BFD5 is #FC402A. Grayscale: #898989. Windows color (decimal): -16531499 or 14008067. OLE color: 14008067.
HSL color Cylindrical-coordinate representation of color #03BFD5: hue angle of 186.29º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BFD5 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 191 | 213 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.16 |
| HSL | 186.29º | 0.97% | 0.42% | - |
| HSV(B) | 186.29º | 0.99% | 0.84% | - |
| XYZ | 30.68 | 42.09 | 69.46 | - |
| YUV | 137.3 | 170.72 | 32.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 191 | 213 | 0.99 | 0.10 | 0 | 0.16 | 186.29 | 0.97 | 0.42 |
| Hex | 3 | BF | D5 | 63 | A | 0 | 10 | BA | 61 | 2A |
| Octal | 3 | 277 | 325 | 143 | 12 | 0 | 20 | 272 | 141 | 52 |
| Binary | 11 | 10111111 | 11010101 | 1100011 | 1010 | 0 | 10000 | 10111010 | 1100001 | 101010 |
Color Harmonies of #03BFD5
Complementary color
Monochromatic Colors of #03BFD5
Black with #03BFD5
Text Example
Text Example
White with #03BFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BFD5; }
p { color: rgb(3,191,213); }
H1.HeaderClassName
{
color: #03BFD5;
}
.AnyTagClassName
{
color: #03BFD5;
}
</style>
background-color css
<style>
a { background-color: #03BFD5; }
a { background-color: rgb(3,191,213); }
div.DivClassName
{
background-color: #03BFD5;
}
.BgClassName
{
background-color: #03BFD5;
}
</style>
border-color css
<style>
span { border-color: #03BFD5; }
span { border-color: rgb(3,191,213); }
td.TdClassName
{
border-color: #03BFD5;
}
.TagClassName
{
border-color: #03BFD5;
}
</style>