Shades of Iris Blue #03B8D0
Tints of Iris Blue #03B8D0
RGB
CMYK
RGB Variations
Color information
#03B8D0 (or 0x03B8D0) is known color: Iris Blue. HEX triplet: 03, B8 and D0. RGB value is (3,184,208). Sum of RGB (Red+Green+Blue) = 3+184+208=395 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 395); Green value is 184 (72.27% from 255 or 46.58% from 395); Blue value is 208 (81.64% from 255 or 52.66% from 395); Max value from RGB is 208 - color contains mainly: blue. Hex color #03B8D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03B8D0 is #FC472F. Grayscale: #848484. Windows color (decimal): -16533296 or 13678595. OLE color: 13678595.
HSL color Cylindrical-coordinate representation of color #03B8D0: hue angle of 187.02º 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 #03B8D0 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 184 | 208 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.18 |
| HSL | 187.02º | 0.97% | 0.41% | - |
| HSV(B) | 187.02º | 0.99% | 0.82% | - |
| XYZ | 28.56 | 38.85 | 65.67 | - |
| YUV | 132.62 | 170.53 | 35.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 184 | 208 | 0.99 | 0.12 | 0 | 0.18 | 187.02 | 0.97 | 0.41 |
| Hex | 3 | B8 | D0 | 63 | C | 0 | 12 | BB | 61 | 29 |
| Octal | 3 | 270 | 320 | 143 | 14 | 0 | 22 | 273 | 141 | 51 |
| Binary | 11 | 10111000 | 11010000 | 1100011 | 1100 | 0 | 10010 | 10111011 | 1100001 | 101001 |
Color Harmonies of #03B8D0
Complementary color
Monochromatic Colors of #03B8D0
Black with #03B8D0
Text Example
Text Example
White with #03B8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B8D0; }
p { color: rgb(3,184,208); }
H1.HeaderClassName
{
color: #03B8D0;
}
.AnyTagClassName
{
color: #03B8D0;
}
</style>
background-color css
<style>
a { background-color: #03B8D0; }
a { background-color: rgb(3,184,208); }
div.DivClassName
{
background-color: #03B8D0;
}
.BgClassName
{
background-color: #03B8D0;
}
</style>
border-color css
<style>
span { border-color: #03B8D0; }
span { border-color: rgb(3,184,208); }
td.TdClassName
{
border-color: #03B8D0;
}
.TagClassName
{
border-color: #03B8D0;
}
</style>