Shades of Iris Blue #00BDDA
Tints of Iris Blue #00BDDA
RGB
CMYK
RGB Variations
Color information
#00BDDA (or 0x00BDDA) is known color: Iris Blue. HEX triplet: 00, BD and DA. RGB value is (0,189,218). Sum of RGB (Red+Green+Blue) = 0+189+218=407 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #00BDDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BDDA is #FF4225. Grayscale: #878787. Windows color (decimal): -16728614 or 14335232. OLE color: 14335232.
HSL color Cylindrical-coordinate representation of color #00BDDA: hue angle of 187.98º 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 #00BDDA is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 189 | 218 | - |
| CMYK | 1 | 0.13 | 0 | 0.15 |
| HSL | 187.98º | 1% | 0.43% | - |
| HSV(B) | 187.98º | 1% | 0.85% | - |
| XYZ | 30.85 | 41.46 | 72.71 | - |
| YUV | 135.8 | 174.38 | 31.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 189 | 218 | 1 | 0.13 | 0 | 0.15 | 187.98 | 1 | 0.43 |
| Hex | 0 | BD | DA | 64 | D | 0 | F | BC | 64 | 2B |
| Octal | 0 | 275 | 332 | 144 | 15 | 0 | 17 | 274 | 144 | 53 |
| Binary | 0 | 10111101 | 11011010 | 1100100 | 1101 | 0 | 1111 | 10111100 | 1100100 | 101011 |
Color Harmonies of #00BDDA
Complementary color
Monochromatic Colors of #00BDDA
Black with #00BDDA
Text Example
Text Example
White with #00BDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BDDA; }
p { color: rgb(0,189,218); }
H1.HeaderClassName
{
color: #00BDDA;
}
.AnyTagClassName
{
color: #00BDDA;
}
</style>
background-color css
<style>
a { background-color: #00BDDA; }
a { background-color: rgb(0,189,218); }
div.DivClassName
{
background-color: #00BDDA;
}
.BgClassName
{
background-color: #00BDDA;
}
</style>
border-color css
<style>
span { border-color: #00BDDA; }
span { border-color: rgb(0,189,218); }
td.TdClassName
{
border-color: #00BDDA;
}
.TagClassName
{
border-color: #00BDDA;
}
</style>