Shades of Iris Blue #00B9DF
Tints of Iris Blue #00B9DF
RGB
CMYK
RGB Variations
Color information
#00B9DF (or 0x00B9DF) is known color: Iris Blue. HEX triplet: 00, B9 and DF. RGB value is (0,185,223). Sum of RGB (Red+Green+Blue) = 0+185+223=408 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 408); Green value is 185 (72.66% from 255 or 45.34% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #00B9DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B9DF is #FF4620. Grayscale: #858585. Windows color (decimal): -16729633 or 14661888. OLE color: 14661888.
HSL color Cylindrical-coordinate representation of color #00B9DF: hue angle of 190.22º 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 #00B9DF is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 185 | 223 | - |
| CMYK | 1 | 0.17 | 0 | 0.13 |
| HSL | 190.22º | 1% | 0.44% | - |
| HSV(B) | 190.22º | 1% | 0.87% | - |
| XYZ | 30.67 | 40.03 | 75.92 | - |
| YUV | 134.02 | 178.21 | 32.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 185 | 223 | 1 | 0.17 | 0 | 0.13 | 190.22 | 1 | 0.44 |
| Hex | 0 | B9 | DF | 64 | 11 | 0 | D | BE | 64 | 2C |
| Octal | 0 | 271 | 337 | 144 | 21 | 0 | 15 | 276 | 144 | 54 |
| Binary | 0 | 10111001 | 11011111 | 1100100 | 10001 | 0 | 1101 | 10111110 | 1100100 | 101100 |
Color Harmonies of #00B9DF
Complementary color
Monochromatic Colors of #00B9DF
Black with #00B9DF
Text Example
Text Example
White with #00B9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B9DF; }
p { color: rgb(0,185,223); }
H1.HeaderClassName
{
color: #00B9DF;
}
.AnyTagClassName
{
color: #00B9DF;
}
</style>
background-color css
<style>
a { background-color: #00B9DF; }
a { background-color: rgb(0,185,223); }
div.DivClassName
{
background-color: #00B9DF;
}
.BgClassName
{
background-color: #00B9DF;
}
</style>
border-color css
<style>
span { border-color: #00B9DF; }
span { border-color: rgb(0,185,223); }
td.TdClassName
{
border-color: #00B9DF;
}
.TagClassName
{
border-color: #00B9DF;
}
</style>