Shades of Iris Blue #03BED7
Tints of Iris Blue #03BED7
RGB
CMYK
RGB Variations
Color information
#03BED7 (or 0x03BED7) is known color: Iris Blue. HEX triplet: 03, BE and D7. RGB value is (3,190,215). Sum of RGB (Red+Green+Blue) = 3+190+215=408 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 408); Green value is 190 (74.61% from 255 or 46.57% from 408); Blue value is 215 (84.38% from 255 or 52.70% from 408); Max value from RGB is 215 - color contains mainly: blue. Hex color #03BED7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BED7 is #FC4128. Grayscale: #888888. Windows color (decimal): -16531753 or 14138883. OLE color: 14138883.
HSL color Cylindrical-coordinate representation of color #03BED7: hue angle of 187.08º 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 #03BED7 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 190 | 215 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.16 |
| HSL | 187.08º | 0.97% | 0.43% | - |
| HSV(B) | 187.08º | 0.99% | 0.84% | - |
| XYZ | 30.72 | 41.75 | 70.73 | - |
| YUV | 136.94 | 172.05 | 32.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 190 | 215 | 0.99 | 0.12 | 0 | 0.16 | 187.08 | 0.97 | 0.43 |
| Hex | 3 | BE | D7 | 63 | C | 0 | 10 | BB | 61 | 2B |
| Octal | 3 | 276 | 327 | 143 | 14 | 0 | 20 | 273 | 141 | 53 |
| Binary | 11 | 10111110 | 11010111 | 1100011 | 1100 | 0 | 10000 | 10111011 | 1100001 | 101011 |
Color Harmonies of #03BED7
Complementary color
Monochromatic Colors of #03BED7
Black with #03BED7
Text Example
Text Example
White with #03BED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BED7; }
p { color: rgb(3,190,215); }
H1.HeaderClassName
{
color: #03BED7;
}
.AnyTagClassName
{
color: #03BED7;
}
</style>
background-color css
<style>
a { background-color: #03BED7; }
a { background-color: rgb(3,190,215); }
div.DivClassName
{
background-color: #03BED7;
}
.BgClassName
{
background-color: #03BED7;
}
</style>
border-color css
<style>
span { border-color: #03BED7; }
span { border-color: rgb(3,190,215); }
td.TdClassName
{
border-color: #03BED7;
}
.TagClassName
{
border-color: #03BED7;
}
</style>