Shades of Iris Blue #00BED7
Tints of Iris Blue #00BED7
RGB
CMYK
RGB Variations
Color information
#00BED7 (or 0x00BED7) is known color: Iris Blue. HEX triplet: 00, BE and D7. RGB value is (0,190,215). Sum of RGB (Red+Green+Blue) = 0+190+215=405 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 215 (84.38% from 255 or 53.09% from 405); Max value from RGB is 215 - color contains mainly: blue. Hex color #00BED7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BED7 is #FF4128. Grayscale: #878787. Windows color (decimal): -16728361 or 14138880. OLE color: 14138880.
HSL color Cylindrical-coordinate representation of color #00BED7: hue angle of 186.98º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BED7 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 190 | 215 | - |
| CMYK | 1 | 0.12 | 0 | 0.16 |
| HSL | 186.98º | 1% | 0.42% | - |
| HSV(B) | 186.98º | 1% | 0.84% | - |
| XYZ | 30.68 | 41.73 | 70.73 | - |
| YUV | 136.04 | 172.55 | 30.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 190 | 215 | 1 | 0.12 | 0 | 0.16 | 186.98 | 1 | 0.42 |
| Hex | 0 | BE | D7 | 64 | C | 0 | 10 | BB | 64 | 2A |
| Octal | 0 | 276 | 327 | 144 | 14 | 0 | 20 | 273 | 144 | 52 |
| Binary | 0 | 10111110 | 11010111 | 1100100 | 1100 | 0 | 10000 | 10111011 | 1100100 | 101010 |
Color Harmonies of #00BED7
Complementary color
Monochromatic Colors of #00BED7
Black with #00BED7
Text Example
Text Example
White with #00BED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BED7; }
p { color: rgb(0,190,215); }
H1.HeaderClassName
{
color: #00BED7;
}
.AnyTagClassName
{
color: #00BED7;
}
</style>
background-color css
<style>
a { background-color: #00BED7; }
a { background-color: rgb(0,190,215); }
div.DivClassName
{
background-color: #00BED7;
}
.BgClassName
{
background-color: #00BED7;
}
</style>
border-color css
<style>
span { border-color: #00BED7; }
span { border-color: rgb(0,190,215); }
td.TdClassName
{
border-color: #00BED7;
}
.TagClassName
{
border-color: #00BED7;
}
</style>