Shades of Iris Blue #03BDDB
Tints of Iris Blue #03BDDB
RGB
CMYK
RGB Variations
Color information
#03BDDB (or 0x03BDDB) is known color: Iris Blue. HEX triplet: 03, BD and DB. RGB value is (3,189,219). Sum of RGB (Red+Green+Blue) = 3+189+219=411 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #03BDDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BDDB is #FC4224. Grayscale: #888888. Windows color (decimal): -16532005 or 14400771. OLE color: 14400771.
HSL color Cylindrical-coordinate representation of color #03BDDB: hue angle of 188.33º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BDDB is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 189 | 219 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.14 |
| HSL | 188.33º | 0.97% | 0.44% | - |
| HSV(B) | 188.33º | 0.99% | 0.86% | - |
| XYZ | 31.02 | 41.53 | 73.4 | - |
| YUV | 136.81 | 174.38 | 32.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 189 | 219 | 0.99 | 0.14 | 0 | 0.14 | 188.33 | 0.97 | 0.44 |
| Hex | 3 | BD | DB | 63 | E | 0 | E | BC | 61 | 2C |
| Octal | 3 | 275 | 333 | 143 | 16 | 0 | 16 | 274 | 141 | 54 |
| Binary | 11 | 10111101 | 11011011 | 1100011 | 1110 | 0 | 1110 | 10111100 | 1100001 | 101100 |
Color Harmonies of #03BDDB
Complementary color
Monochromatic Colors of #03BDDB
Black with #03BDDB
Text Example
Text Example
White with #03BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BDDB; }
p { color: rgb(3,189,219); }
H1.HeaderClassName
{
color: #03BDDB;
}
.AnyTagClassName
{
color: #03BDDB;
}
</style>
background-color css
<style>
a { background-color: #03BDDB; }
a { background-color: rgb(3,189,219); }
div.DivClassName
{
background-color: #03BDDB;
}
.BgClassName
{
background-color: #03BDDB;
}
</style>
border-color css
<style>
span { border-color: #03BDDB; }
span { border-color: rgb(3,189,219); }
td.TdClassName
{
border-color: #03BDDB;
}
.TagClassName
{
border-color: #03BDDB;
}
</style>