Shades of Iris Blue #03BFD4
Tints of Iris Blue #03BFD4
RGB
CMYK
RGB Variations
Color information
#03BFD4 (or 0x03BFD4) is known color: Iris Blue. HEX triplet: 03, BF and D4. RGB value is (3,191,212). Sum of RGB (Red+Green+Blue) = 3+191+212=406 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 212 (83.20% from 255 or 52.22% from 406); Max value from RGB is 212 - color contains mainly: blue. Hex color #03BFD4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BFD4 is #FC402B. Grayscale: #888888. Windows color (decimal): -16531500 or 13942531. OLE color: 13942531.
HSL color Cylindrical-coordinate representation of color #03BFD4: hue angle of 186.03º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BFD4 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 3 | 191 | 212 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.17 |
| HSL | 186.03º | 0.97% | 0.42% | - |
| HSV(B) | 186.03º | 0.99% | 0.83% | - |
| XYZ | 30.55 | 42.03 | 68.79 | - |
| YUV | 137.18 | 170.22 | 32.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 191 | 212 | 0.99 | 0.10 | 0 | 0.17 | 186.03 | 0.97 | 0.42 |
| Hex | 3 | BF | D4 | 63 | A | 0 | 11 | BA | 61 | 2A |
| Octal | 3 | 277 | 324 | 143 | 12 | 0 | 21 | 272 | 141 | 52 |
| Binary | 11 | 10111111 | 11010100 | 1100011 | 1010 | 0 | 10001 | 10111010 | 1100001 | 101010 |
Color Harmonies of #03BFD4
Complementary color
Monochromatic Colors of #03BFD4
Black with #03BFD4
Text Example
Text Example
White with #03BFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BFD4; }
p { color: rgb(3,191,212); }
H1.HeaderClassName
{
color: #03BFD4;
}
.AnyTagClassName
{
color: #03BFD4;
}
</style>
background-color css
<style>
a { background-color: #03BFD4; }
a { background-color: rgb(3,191,212); }
div.DivClassName
{
background-color: #03BFD4;
}
.BgClassName
{
background-color: #03BFD4;
}
</style>
border-color css
<style>
span { border-color: #03BFD4; }
span { border-color: rgb(3,191,212); }
td.TdClassName
{
border-color: #03BFD4;
}
.TagClassName
{
border-color: #03BFD4;
}
</style>