Shades of Iris Blue #03B2D0
Tints of Iris Blue #03B2D0
RGB
CMYK
RGB Variations
Color information
#03B2D0 (or 0x03B2D0) is known color: Iris Blue. HEX triplet: 03, B2 and D0. RGB value is (3,178,208). Sum of RGB (Red+Green+Blue) = 3+178+208=389 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 208 (81.64% from 255 or 53.47% from 389); Max value from RGB is 208 - color contains mainly: blue. Hex color #03B2D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03B2D0 is #FC4D2F. Grayscale: #808080. Windows color (decimal): -16534832 or 13677059. OLE color: 13677059.
HSL color Cylindrical-coordinate representation of color #03B2D0: hue angle of 188.78º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03B2D0 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 178 | 208 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.18 |
| HSL | 188.78º | 0.97% | 0.41% | - |
| HSV(B) | 188.78º | 0.99% | 0.82% | - |
| XYZ | 27.34 | 36.41 | 65.26 | - |
| YUV | 129.1 | 172.52 | 38.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 178 | 208 | 0.99 | 0.14 | 0 | 0.18 | 188.78 | 0.97 | 0.41 |
| Hex | 3 | B2 | D0 | 63 | E | 0 | 12 | BD | 61 | 29 |
| Octal | 3 | 262 | 320 | 143 | 16 | 0 | 22 | 275 | 141 | 51 |
| Binary | 11 | 10110010 | 11010000 | 1100011 | 1110 | 0 | 10010 | 10111101 | 1100001 | 101001 |
Color Harmonies of #03B2D0
Complementary color
Monochromatic Colors of #03B2D0
Black with #03B2D0
Text Example
Text Example
White with #03B2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B2D0; }
p { color: rgb(3,178,208); }
H1.HeaderClassName
{
color: #03B2D0;
}
.AnyTagClassName
{
color: #03B2D0;
}
</style>
background-color css
<style>
a { background-color: #03B2D0; }
a { background-color: rgb(3,178,208); }
div.DivClassName
{
background-color: #03B2D0;
}
.BgClassName
{
background-color: #03B2D0;
}
</style>
border-color css
<style>
span { border-color: #03B2D0; }
span { border-color: rgb(3,178,208); }
td.TdClassName
{
border-color: #03B2D0;
}
.TagClassName
{
border-color: #03B2D0;
}
</style>