Shades of Iris Blue #00BED3
Tints of Iris Blue #00BED3
RGB
CMYK
RGB Variations
Color information
#00BED3 (or 0x00BED3) is known color: Iris Blue. HEX triplet: 00, BE and D3. RGB value is (0,190,211). Sum of RGB (Red+Green+Blue) = 0+190+211=401 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 211 (82.81% from 255 or 52.62% from 401); Max value from RGB is 211 - color contains mainly: blue. Hex color #00BED3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BED3 is #FF412C. Grayscale: #878787. Windows color (decimal): -16728365 or 13876736. OLE color: 13876736.
HSL color Cylindrical-coordinate representation of color #00BED3: hue angle of 185.97º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BED3 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 190 | 211 | - |
| CMYK | 1 | 0.10 | 0 | 0.17 |
| HSL | 185.97º | 1% | 0.41% | - |
| HSV(B) | 185.97º | 1% | 0.83% | - |
| XYZ | 30.17 | 41.53 | 68.05 | - |
| YUV | 135.58 | 170.55 | 31.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 190 | 211 | 1 | 0.10 | 0 | 0.17 | 185.97 | 1 | 0.41 |
| Hex | 0 | BE | D3 | 64 | A | 0 | 11 | BA | 64 | 29 |
| Octal | 0 | 276 | 323 | 144 | 12 | 0 | 21 | 272 | 144 | 51 |
| Binary | 0 | 10111110 | 11010011 | 1100100 | 1010 | 0 | 10001 | 10111010 | 1100100 | 101001 |
Color Harmonies of #00BED3
Complementary color
Monochromatic Colors of #00BED3
Black with #00BED3
Text Example
Text Example
White with #00BED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BED3; }
p { color: rgb(0,190,211); }
H1.HeaderClassName
{
color: #00BED3;
}
.AnyTagClassName
{
color: #00BED3;
}
</style>
background-color css
<style>
a { background-color: #00BED3; }
a { background-color: rgb(0,190,211); }
div.DivClassName
{
background-color: #00BED3;
}
.BgClassName
{
background-color: #00BED3;
}
</style>
border-color css
<style>
span { border-color: #00BED3; }
span { border-color: rgb(0,190,211); }
td.TdClassName
{
border-color: #00BED3;
}
.TagClassName
{
border-color: #00BED3;
}
</style>