Shades of Iris Blue #00BED1
Tints of Iris Blue #00BED1
RGB
CMYK
RGB Variations
Color information
#00BED1 (or 0x00BED1) is known color: Iris Blue. HEX triplet: 00, BE and D1. RGB value is (0,190,209). Sum of RGB (Red+Green+Blue) = 0+190+209=399 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 209 (82.03% from 255 or 52.38% from 399); Max value from RGB is 209 - color contains mainly: blue. Hex color #00BED1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BED1 is #FF412E. Grayscale: #878787. Windows color (decimal): -16728367 or 13745664. OLE color: 13745664.
HSL color Cylindrical-coordinate representation of color #00BED1: hue angle of 185.45º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BED1 is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 190 | 209 | - |
| CMYK | 1 | 0.09 | 0 | 0.18 |
| HSL | 185.45º | 1% | 0.41% | - |
| HSV(B) | 185.45º | 1% | 0.82% | - |
| XYZ | 29.92 | 41.43 | 66.74 | - |
| YUV | 135.36 | 169.55 | 31.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 190 | 209 | 1 | 0.09 | 0 | 0.18 | 185.45 | 1 | 0.41 |
| Hex | 0 | BE | D1 | 64 | 9 | 0 | 12 | B9 | 64 | 29 |
| Octal | 0 | 276 | 321 | 144 | 11 | 0 | 22 | 271 | 144 | 51 |
| Binary | 0 | 10111110 | 11010001 | 1100100 | 1001 | 0 | 10010 | 10111001 | 1100100 | 101001 |
Color Harmonies of #00BED1
Complementary color
Monochromatic Colors of #00BED1
Black with #00BED1
Text Example
Text Example
White with #00BED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BED1; }
p { color: rgb(0,190,209); }
H1.HeaderClassName
{
color: #00BED1;
}
.AnyTagClassName
{
color: #00BED1;
}
</style>
background-color css
<style>
a { background-color: #00BED1; }
a { background-color: rgb(0,190,209); }
div.DivClassName
{
background-color: #00BED1;
}
.BgClassName
{
background-color: #00BED1;
}
</style>
border-color css
<style>
span { border-color: #00BED1; }
span { border-color: rgb(0,190,209); }
td.TdClassName
{
border-color: #00BED1;
}
.TagClassName
{
border-color: #00BED1;
}
</style>