Shades of Iris Blue #00BCCD
Tints of Iris Blue #00BCCD
RGB
CMYK
RGB Variations
Color information
#00BCCD (or 0x00BCCD) is known color: Iris Blue. HEX triplet: 00, BC and CD. RGB value is (0,188,205). Sum of RGB (Red+Green+Blue) = 0+188+205=393 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #00BCCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BCCD is #FF4332. Grayscale: #858585. Windows color (decimal): -16728883 or 13483008. OLE color: 13483008.
HSL color Cylindrical-coordinate representation of color #00BCCD: hue angle of 184.98º 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 #00BCCD is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 188 | 205 | - |
| CMYK | 1 | 0.08 | 0 | 0.20 |
| HSL | 184.98º | 1% | 0.4% | - |
| HSV(B) | 184.98º | 1% | 0.8% | - |
| XYZ | 29 | 40.37 | 64.02 | - |
| YUV | 133.73 | 168.22 | 32.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 205 | 1 | 0.08 | 0 | 0.20 | 184.98 | 1 | 0.4 |
| Hex | 0 | BC | CD | 64 | 8 | 0 | 14 | B9 | 64 | 28 |
| Octal | 0 | 274 | 315 | 144 | 10 | 0 | 24 | 271 | 144 | 50 |
| Binary | 0 | 10111100 | 11001101 | 1100100 | 1000 | 0 | 10100 | 10111001 | 1100100 | 101000 |
Color Harmonies of #00BCCD
Complementary color
Monochromatic Colors of #00BCCD
Black with #00BCCD
Text Example
Text Example
White with #00BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BCCD; }
p { color: rgb(0,188,205); }
H1.HeaderClassName
{
color: #00BCCD;
}
.AnyTagClassName
{
color: #00BCCD;
}
</style>
background-color css
<style>
a { background-color: #00BCCD; }
a { background-color: rgb(0,188,205); }
div.DivClassName
{
background-color: #00BCCD;
}
.BgClassName
{
background-color: #00BCCD;
}
</style>
border-color css
<style>
span { border-color: #00BCCD; }
span { border-color: rgb(0,188,205); }
td.TdClassName
{
border-color: #00BCCD;
}
.TagClassName
{
border-color: #00BCCD;
}
</style>