Shades of Iris Blue #00BCD2
Tints of Iris Blue #00BCD2
RGB
CMYK
RGB Variations
Color information
#00BCD2 (or 0x00BCD2) is known color: Iris Blue. HEX triplet: 00, BC and D2. RGB value is (0,188,210). Sum of RGB (Red+Green+Blue) = 0+188+210=398 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 210 (82.42% from 255 or 52.76% from 398); Max value from RGB is 210 - color contains mainly: blue. Hex color #00BCD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BCD2 is #FF432D. Grayscale: #868686. Windows color (decimal): -16728878 or 13810688. OLE color: 13810688.
HSL color Cylindrical-coordinate representation of color #00BCD2: hue angle of 186.29º 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 #00BCD2 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 188 | 210 | - |
| CMYK | 1 | 0.10 | 0 | 0.18 |
| HSL | 186.29º | 1% | 0.41% | - |
| HSV(B) | 186.29º | 1% | 0.82% | - |
| XYZ | 29.62 | 40.62 | 67.25 | - |
| YUV | 134.3 | 170.72 | 32.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 210 | 1 | 0.10 | 0 | 0.18 | 186.29 | 1 | 0.41 |
| Hex | 0 | BC | D2 | 64 | A | 0 | 12 | BA | 64 | 29 |
| Octal | 0 | 274 | 322 | 144 | 12 | 0 | 22 | 272 | 144 | 51 |
| Binary | 0 | 10111100 | 11010010 | 1100100 | 1010 | 0 | 10010 | 10111010 | 1100100 | 101001 |
Color Harmonies of #00BCD2
Complementary color
Monochromatic Colors of #00BCD2
Black with #00BCD2
Text Example
Text Example
White with #00BCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BCD2; }
p { color: rgb(0,188,210); }
H1.HeaderClassName
{
color: #00BCD2;
}
.AnyTagClassName
{
color: #00BCD2;
}
</style>
background-color css
<style>
a { background-color: #00BCD2; }
a { background-color: rgb(0,188,210); }
div.DivClassName
{
background-color: #00BCD2;
}
.BgClassName
{
background-color: #00BCD2;
}
</style>
border-color css
<style>
span { border-color: #00BCD2; }
span { border-color: rgb(0,188,210); }
td.TdClassName
{
border-color: #00BCD2;
}
.TagClassName
{
border-color: #00BCD2;
}
</style>