Shades of Iris Blue #03BED6
Tints of Iris Blue #03BED6
RGB
CMYK
RGB Variations
Color information
#03BED6 (or 0x03BED6) is known color: Iris Blue. HEX triplet: 03, BE and D6. RGB value is (3,190,214). Sum of RGB (Red+Green+Blue) = 3+190+214=407 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 214 (83.98% from 255 or 52.58% from 407); Max value from RGB is 214 - color contains mainly: blue. Hex color #03BED6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BED6 is #FC4129. Grayscale: #888888. Windows color (decimal): -16531754 or 14073347. OLE color: 14073347.
HSL color Cylindrical-coordinate representation of color #03BED6: hue angle of 186.82º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BED6 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 190 | 214 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.16 |
| HSL | 186.82º | 0.97% | 0.43% | - |
| HSV(B) | 186.82º | 0.99% | 0.84% | - |
| XYZ | 30.59 | 41.7 | 70.06 | - |
| YUV | 136.82 | 171.55 | 32.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 190 | 214 | 0.99 | 0.11 | 0 | 0.16 | 186.82 | 0.97 | 0.43 |
| Hex | 3 | BE | D6 | 63 | B | 0 | 10 | BB | 61 | 2B |
| Octal | 3 | 276 | 326 | 143 | 13 | 0 | 20 | 273 | 141 | 53 |
| Binary | 11 | 10111110 | 11010110 | 1100011 | 1011 | 0 | 10000 | 10111011 | 1100001 | 101011 |
Color Harmonies of #03BED6
Complementary color
Monochromatic Colors of #03BED6
Black with #03BED6
Text Example
Text Example
White with #03BED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BED6; }
p { color: rgb(3,190,214); }
H1.HeaderClassName
{
color: #03BED6;
}
.AnyTagClassName
{
color: #03BED6;
}
</style>
background-color css
<style>
a { background-color: #03BED6; }
a { background-color: rgb(3,190,214); }
div.DivClassName
{
background-color: #03BED6;
}
.BgClassName
{
background-color: #03BED6;
}
</style>
border-color css
<style>
span { border-color: #03BED6; }
span { border-color: rgb(3,190,214); }
td.TdClassName
{
border-color: #03BED6;
}
.TagClassName
{
border-color: #03BED6;
}
</style>