Shades of Iris Blue #03BACF
Tints of Iris Blue #03BACF
RGB
CMYK
RGB Variations
Color information
#03BACF (or 0x03BACF) is known color: Iris Blue. HEX triplet: 03, BA and CF. RGB value is (3,186,207). Sum of RGB (Red+Green+Blue) = 3+186+207=396 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #03BACF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BACF is #FC4530. Grayscale: #858585. Windows color (decimal): -16532785 or 13613571. OLE color: 13613571.
HSL color Cylindrical-coordinate representation of color #03BACF: hue angle of 186.18º 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 #03BACF is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 186 | 207 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.19 |
| HSL | 186.18º | 0.97% | 0.41% | - |
| HSV(B) | 186.18º | 0.99% | 0.81% | - |
| XYZ | 28.86 | 39.64 | 65.16 | - |
| YUV | 133.68 | 169.37 | 34.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 186 | 207 | 0.99 | 0.10 | 0 | 0.19 | 186.18 | 0.97 | 0.41 |
| Hex | 3 | BA | CF | 63 | A | 0 | 13 | BA | 61 | 29 |
| Octal | 3 | 272 | 317 | 143 | 12 | 0 | 23 | 272 | 141 | 51 |
| Binary | 11 | 10111010 | 11001111 | 1100011 | 1010 | 0 | 10011 | 10111010 | 1100001 | 101001 |
Color Harmonies of #03BACF
Complementary color
Monochromatic Colors of #03BACF
Black with #03BACF
Text Example
Text Example
White with #03BACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BACF; }
p { color: rgb(3,186,207); }
H1.HeaderClassName
{
color: #03BACF;
}
.AnyTagClassName
{
color: #03BACF;
}
</style>
background-color css
<style>
a { background-color: #03BACF; }
a { background-color: rgb(3,186,207); }
div.DivClassName
{
background-color: #03BACF;
}
.BgClassName
{
background-color: #03BACF;
}
</style>
border-color css
<style>
span { border-color: #03BACF; }
span { border-color: rgb(3,186,207); }
td.TdClassName
{
border-color: #03BACF;
}
.TagClassName
{
border-color: #03BACF;
}
</style>