Shades of Iris Blue #03BED5
Tints of Iris Blue #03BED5
RGB
CMYK
RGB Variations
Color information
#03BED5 (or 0x03BED5) is known color: Iris Blue. HEX triplet: 03, BE and D5. RGB value is (3,190,213). Sum of RGB (Red+Green+Blue) = 3+190+213=406 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 213 (83.59% from 255 or 52.46% from 406); Max value from RGB is 213 - color contains mainly: blue. Hex color #03BED5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BED5 is #FC412A. Grayscale: #888888. Windows color (decimal): -16531755 or 14007811. OLE color: 14007811.
HSL color Cylindrical-coordinate representation of color #03BED5: hue angle of 186.57º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BED5 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 190 | 213 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.16 |
| HSL | 186.57º | 0.97% | 0.42% | - |
| HSV(B) | 186.57º | 0.99% | 0.84% | - |
| XYZ | 30.46 | 41.65 | 69.38 | - |
| YUV | 136.71 | 171.05 | 32.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 190 | 213 | 0.99 | 0.11 | 0 | 0.16 | 186.57 | 0.97 | 0.42 |
| Hex | 3 | BE | D5 | 63 | B | 0 | 10 | BB | 61 | 2A |
| Octal | 3 | 276 | 325 | 143 | 13 | 0 | 20 | 273 | 141 | 52 |
| Binary | 11 | 10111110 | 11010101 | 1100011 | 1011 | 0 | 10000 | 10111011 | 1100001 | 101010 |
Color Harmonies of #03BED5
Complementary color
Monochromatic Colors of #03BED5
Black with #03BED5
Text Example
Text Example
White with #03BED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BED5; }
p { color: rgb(3,190,213); }
H1.HeaderClassName
{
color: #03BED5;
}
.AnyTagClassName
{
color: #03BED5;
}
</style>
background-color css
<style>
a { background-color: #03BED5; }
a { background-color: rgb(3,190,213); }
div.DivClassName
{
background-color: #03BED5;
}
.BgClassName
{
background-color: #03BED5;
}
</style>
border-color css
<style>
span { border-color: #03BED5; }
span { border-color: rgb(3,190,213); }
td.TdClassName
{
border-color: #03BED5;
}
.TagClassName
{
border-color: #03BED5;
}
</style>