Shades of Iris Blue #03B2CC
Tints of Iris Blue #03B2CC
RGB
CMYK
RGB Variations
Color information
#03B2CC (or 0x03B2CC) is known color: Iris Blue. HEX triplet: 03, B2 and CC. RGB value is (3,178,204). Sum of RGB (Red+Green+Blue) = 3+178+204=385 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #03B2CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03B2CC is #FC4D33. Grayscale: #808080. Windows color (decimal): -16534836 or 13414915. OLE color: 13414915.
HSL color Cylindrical-coordinate representation of color #03B2CC: hue angle of 187.76º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03B2CC is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 178 | 204 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.2 |
| HSL | 187.76º | 0.97% | 0.41% | - |
| HSV(B) | 187.76º | 0.99% | 0.8% | - |
| XYZ | 26.86 | 36.22 | 62.7 | - |
| YUV | 128.64 | 170.52 | 38.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 178 | 204 | 0.99 | 0.13 | 0 | 0.2 | 187.76 | 0.97 | 0.41 |
| Hex | 3 | B2 | CC | 63 | D | 0 | 14 | BC | 61 | 29 |
| Octal | 3 | 262 | 314 | 143 | 15 | 0 | 24 | 274 | 141 | 51 |
| Binary | 11 | 10110010 | 11001100 | 1100011 | 1101 | 0 | 10100 | 10111100 | 1100001 | 101001 |
Color Harmonies of #03B2CC
Complementary color
Monochromatic Colors of #03B2CC
Black with #03B2CC
Text Example
Text Example
White with #03B2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B2CC; }
p { color: rgb(3,178,204); }
H1.HeaderClassName
{
color: #03B2CC;
}
.AnyTagClassName
{
color: #03B2CC;
}
</style>
background-color css
<style>
a { background-color: #03B2CC; }
a { background-color: rgb(3,178,204); }
div.DivClassName
{
background-color: #03B2CC;
}
.BgClassName
{
background-color: #03B2CC;
}
</style>
border-color css
<style>
span { border-color: #03B2CC; }
span { border-color: rgb(3,178,204); }
td.TdClassName
{
border-color: #03B2CC;
}
.TagClassName
{
border-color: #03B2CC;
}
</style>