Shades of Iris Blue #00BCDF
Tints of Iris Blue #00BCDF
RGB
CMYK
RGB Variations
Color information
#00BCDF (or 0x00BCDF) is known color: Iris Blue. HEX triplet: 00, BC and DF. RGB value is (0,188,223). Sum of RGB (Red+Green+Blue) = 0+188+223=411 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #00BCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BCDF is #FF4320. Grayscale: #878787. Windows color (decimal): -16728865 or 14662656. OLE color: 14662656.
HSL color Cylindrical-coordinate representation of color #00BCDF: hue angle of 189.42º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BCDF is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 188 | 223 | - |
| CMYK | 1 | 0.16 | 0 | 0.13 |
| HSL | 189.42º | 1% | 0.44% | - |
| HSV(B) | 189.42º | 1% | 0.87% | - |
| XYZ | 31.3 | 41.29 | 76.13 | - |
| YUV | 135.78 | 177.22 | 31.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 223 | 1 | 0.16 | 0 | 0.13 | 189.42 | 1 | 0.44 |
| Hex | 0 | BC | DF | 64 | 10 | 0 | D | BD | 64 | 2C |
| Octal | 0 | 274 | 337 | 144 | 20 | 0 | 15 | 275 | 144 | 54 |
| Binary | 0 | 10111100 | 11011111 | 1100100 | 10000 | 0 | 1101 | 10111101 | 1100100 | 101100 |
Color Harmonies of #00BCDF
Complementary color
Monochromatic Colors of #00BCDF
Black with #00BCDF
Text Example
Text Example
White with #00BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BCDF; }
p { color: rgb(0,188,223); }
H1.HeaderClassName
{
color: #00BCDF;
}
.AnyTagClassName
{
color: #00BCDF;
}
</style>
background-color css
<style>
a { background-color: #00BCDF; }
a { background-color: rgb(0,188,223); }
div.DivClassName
{
background-color: #00BCDF;
}
.BgClassName
{
background-color: #00BCDF;
}
</style>
border-color css
<style>
span { border-color: #00BCDF; }
span { border-color: rgb(0,188,223); }
td.TdClassName
{
border-color: #00BCDF;
}
.TagClassName
{
border-color: #00BCDF;
}
</style>