Shades of Iris Blue #00BDCF
Tints of Iris Blue #00BDCF
RGB
CMYK
RGB Variations
Color information
#00BDCF (or 0x00BDCF) is known color: Iris Blue. HEX triplet: 00, BD and CF. RGB value is (0,189,207). Sum of RGB (Red+Green+Blue) = 0+189+207=396 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 396); Green value is 189 (74.22% from 255 or 47.73% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #00BDCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BDCF is #FF4230. Grayscale: #868686. Windows color (decimal): -16728625 or 13614336. OLE color: 13614336.
HSL color Cylindrical-coordinate representation of color #00BDCF: hue angle of 185.22º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BDCF is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 189 | 207 | - |
| CMYK | 1 | 0.09 | 0 | 0.19 |
| HSL | 185.22º | 1% | 0.41% | - |
| HSV(B) | 185.22º | 1% | 0.81% | - |
| XYZ | 29.46 | 40.9 | 65.37 | - |
| YUV | 134.54 | 168.88 | 32.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 189 | 207 | 1 | 0.09 | 0 | 0.19 | 185.22 | 1 | 0.41 |
| Hex | 0 | BD | CF | 64 | 9 | 0 | 13 | B9 | 64 | 29 |
| Octal | 0 | 275 | 317 | 144 | 11 | 0 | 23 | 271 | 144 | 51 |
| Binary | 0 | 10111101 | 11001111 | 1100100 | 1001 | 0 | 10011 | 10111001 | 1100100 | 101001 |
Color Harmonies of #00BDCF
Complementary color
Monochromatic Colors of #00BDCF
Black with #00BDCF
Text Example
Text Example
White with #00BDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BDCF; }
p { color: rgb(0,189,207); }
H1.HeaderClassName
{
color: #00BDCF;
}
.AnyTagClassName
{
color: #00BDCF;
}
</style>
background-color css
<style>
a { background-color: #00BDCF; }
a { background-color: rgb(0,189,207); }
div.DivClassName
{
background-color: #00BDCF;
}
.BgClassName
{
background-color: #00BDCF;
}
</style>
border-color css
<style>
span { border-color: #00BDCF; }
span { border-color: rgb(0,189,207); }
td.TdClassName
{
border-color: #00BDCF;
}
.TagClassName
{
border-color: #00BDCF;
}
</style>