Shades of Iris Blue #03BCC5
Tints of Iris Blue #03BCC5
RGB
CMYK
RGB Variations
Color information
#03BCC5 (or 0x03BCC5) is known color: Iris Blue. HEX triplet: 03, BC and C5. RGB value is (3,188,197). Sum of RGB (Red+Green+Blue) = 3+188+197=388 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 197 (77.34% from 255 or 50.77% from 388); Max value from RGB is 197 - color contains mainly: blue. Hex color #03BCC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BCC5 is #FC433A. Grayscale: #858585. Windows color (decimal): -16532283 or 12958723. OLE color: 12958723.
HSL color Cylindrical-coordinate representation of color #03BCC5: hue angle of 182.78º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BCC5 is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 3 | 188 | 197 | - |
| CMYK | 0.98 | 0.05 | 0 | 0.23 |
| HSL | 182.78º | 0.97% | 0.39% | - |
| HSV(B) | 182.78º | 0.98% | 0.77% | - |
| XYZ | 28.1 | 40.02 | 59.07 | - |
| YUV | 133.71 | 163.71 | 34.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 188 | 197 | 0.98 | 0.05 | 0 | 0.23 | 182.78 | 0.97 | 0.39 |
| Hex | 3 | BC | C5 | 62 | 5 | 0 | 17 | B7 | 61 | 27 |
| Octal | 3 | 274 | 305 | 142 | 5 | 0 | 27 | 267 | 141 | 47 |
| Binary | 11 | 10111100 | 11000101 | 1100010 | 101 | 0 | 10111 | 10110111 | 1100001 | 100111 |
Color Harmonies of #03BCC5
Complementary color
Monochromatic Colors of #03BCC5
Black with #03BCC5
Text Example
Text Example
White with #03BCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BCC5; }
p { color: rgb(3,188,197); }
H1.HeaderClassName
{
color: #03BCC5;
}
.AnyTagClassName
{
color: #03BCC5;
}
</style>
background-color css
<style>
a { background-color: #03BCC5; }
a { background-color: rgb(3,188,197); }
div.DivClassName
{
background-color: #03BCC5;
}
.BgClassName
{
background-color: #03BCC5;
}
</style>
border-color css
<style>
span { border-color: #03BCC5; }
span { border-color: rgb(3,188,197); }
td.TdClassName
{
border-color: #03BCC5;
}
.TagClassName
{
border-color: #03BCC5;
}
</style>