Shades of Iris Blue #00BECB
Tints of Iris Blue #00BECB
RGB
CMYK
RGB Variations
Color information
#00BECB (or 0x00BECB) is known color: Iris Blue. HEX triplet: 00, BE and CB. RGB value is (0,190,203). Sum of RGB (Red+Green+Blue) = 0+190+203=393 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 393); Green value is 190 (74.61% from 255 or 48.35% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #00BECB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BECB is #FF4134. Grayscale: #868686. Windows color (decimal): -16728373 or 13352448. OLE color: 13352448.
HSL color Cylindrical-coordinate representation of color #00BECB: hue angle of 183.84º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BECB is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 190 | 203 | - |
| CMYK | 1 | 0.06 | 0 | 0.20 |
| HSL | 183.84º | 1% | 0.4% | - |
| HSV(B) | 183.84º | 1% | 0.8% | - |
| XYZ | 29.19 | 41.14 | 62.9 | - |
| YUV | 134.67 | 166.55 | 31.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 190 | 203 | 1 | 0.06 | 0 | 0.20 | 183.84 | 1 | 0.4 |
| Hex | 0 | BE | CB | 64 | 6 | 0 | 14 | B8 | 64 | 28 |
| Octal | 0 | 276 | 313 | 144 | 6 | 0 | 24 | 270 | 144 | 50 |
| Binary | 0 | 10111110 | 11001011 | 1100100 | 110 | 0 | 10100 | 10111000 | 1100100 | 101000 |
Color Harmonies of #00BECB
Complementary color
Monochromatic Colors of #00BECB
Black with #00BECB
Text Example
Text Example
White with #00BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BECB; }
p { color: rgb(0,190,203); }
H1.HeaderClassName
{
color: #00BECB;
}
.AnyTagClassName
{
color: #00BECB;
}
</style>
background-color css
<style>
a { background-color: #00BECB; }
a { background-color: rgb(0,190,203); }
div.DivClassName
{
background-color: #00BECB;
}
.BgClassName
{
background-color: #00BECB;
}
</style>
border-color css
<style>
span { border-color: #00BECB; }
span { border-color: rgb(0,190,203); }
td.TdClassName
{
border-color: #00BECB;
}
.TagClassName
{
border-color: #00BECB;
}
</style>