Shades of Iris Blue #00BCDA
Tints of Iris Blue #00BCDA
RGB
CMYK
RGB Variations
Color information
#00BCDA (or 0x00BCDA) is known color: Iris Blue. HEX triplet: 00, BC and DA. RGB value is (0,188,218). Sum of RGB (Red+Green+Blue) = 0+188+218=406 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #00BCDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BCDA is #FF4325. Grayscale: #868686. Windows color (decimal): -16728870 or 14334976. OLE color: 14334976.
HSL color Cylindrical-coordinate representation of color #00BCDA: hue angle of 188.26º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BCDA is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 188 | 218 | - |
| CMYK | 1 | 0.14 | 0 | 0.15 |
| HSL | 188.26º | 1% | 0.43% | - |
| HSV(B) | 188.26º | 1% | 0.85% | - |
| XYZ | 30.64 | 41.03 | 72.63 | - |
| YUV | 135.21 | 174.72 | 31.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 218 | 1 | 0.14 | 0 | 0.15 | 188.26 | 1 | 0.43 |
| Hex | 0 | BC | DA | 64 | E | 0 | F | BC | 64 | 2B |
| Octal | 0 | 274 | 332 | 144 | 16 | 0 | 17 | 274 | 144 | 53 |
| Binary | 0 | 10111100 | 11011010 | 1100100 | 1110 | 0 | 1111 | 10111100 | 1100100 | 101011 |
Color Harmonies of #00BCDA
Complementary color
Monochromatic Colors of #00BCDA
Black with #00BCDA
Text Example
Text Example
White with #00BCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BCDA; }
p { color: rgb(0,188,218); }
H1.HeaderClassName
{
color: #00BCDA;
}
.AnyTagClassName
{
color: #00BCDA;
}
</style>
background-color css
<style>
a { background-color: #00BCDA; }
a { background-color: rgb(0,188,218); }
div.DivClassName
{
background-color: #00BCDA;
}
.BgClassName
{
background-color: #00BCDA;
}
</style>
border-color css
<style>
span { border-color: #00BCDA; }
span { border-color: rgb(0,188,218); }
td.TdClassName
{
border-color: #00BCDA;
}
.TagClassName
{
border-color: #00BCDA;
}
</style>