Shades of Iris Blue #00BCDD
Tints of Iris Blue #00BCDD
RGB
CMYK
RGB Variations
Color information
#00BCDD (or 0x00BCDD) is known color: Iris Blue. HEX triplet: 00, BC and DD. RGB value is (0,188,221). Sum of RGB (Red+Green+Blue) = 0+188+221=409 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #00BCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BCDD is #FF4322. Grayscale: #878787. Windows color (decimal): -16728867 or 14531584. OLE color: 14531584.
HSL color Cylindrical-coordinate representation of color #00BCDD: hue angle of 188.96º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BCDD is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 188 | 221 | - |
| CMYK | 1 | 0.15 | 0 | 0.13 |
| HSL | 188.96º | 1% | 0.43% | - |
| HSV(B) | 188.96º | 1% | 0.87% | - |
| XYZ | 31.03 | 41.19 | 74.72 | - |
| YUV | 135.55 | 176.22 | 31.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 221 | 1 | 0.15 | 0 | 0.13 | 188.96 | 1 | 0.43 |
| Hex | 0 | BC | DD | 64 | F | 0 | D | BD | 64 | 2B |
| Octal | 0 | 274 | 335 | 144 | 17 | 0 | 15 | 275 | 144 | 53 |
| Binary | 0 | 10111100 | 11011101 | 1100100 | 1111 | 0 | 1101 | 10111101 | 1100100 | 101011 |
Color Harmonies of #00BCDD
Complementary color
Monochromatic Colors of #00BCDD
Black with #00BCDD
Text Example
Text Example
White with #00BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BCDD; }
p { color: rgb(0,188,221); }
H1.HeaderClassName
{
color: #00BCDD;
}
.AnyTagClassName
{
color: #00BCDD;
}
</style>
background-color css
<style>
a { background-color: #00BCDD; }
a { background-color: rgb(0,188,221); }
div.DivClassName
{
background-color: #00BCDD;
}
.BgClassName
{
background-color: #00BCDD;
}
</style>
border-color css
<style>
span { border-color: #00BCDD; }
span { border-color: rgb(0,188,221); }
td.TdClassName
{
border-color: #00BCDD;
}
.TagClassName
{
border-color: #00BCDD;
}
</style>