Shades of Iris Blue #00B1DC
Tints of Iris Blue #00B1DC
RGB
CMYK
RGB Variations
Color information
#00B1DC (or 0x00B1DC) is known color: Iris Blue. HEX triplet: 00, B1 and DC. RGB value is (0,177,220). Sum of RGB (Red+Green+Blue) = 0+177+220=397 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #00B1DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00B1DC is #FF4E23. Grayscale: #808080. Windows color (decimal): -16731684 or 14463232. OLE color: 14463232.
HSL color Cylindrical-coordinate representation of color #00B1DC: hue angle of 191.73º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B1DC is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 177 | 220 | - |
| CMYK | 1 | 0.20 | 0 | 0.14 |
| HSL | 191.73º | 1% | 0.43% | - |
| HSV(B) | 191.73º | 1% | 0.86% | - |
| XYZ | 28.64 | 36.61 | 73.27 | - |
| YUV | 128.98 | 179.36 | 36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 177 | 220 | 1 | 0.20 | 0 | 0.14 | 191.73 | 1 | 0.43 |
| Hex | 0 | B1 | DC | 64 | 14 | 0 | E | C0 | 64 | 2B |
| Octal | 0 | 261 | 334 | 144 | 24 | 0 | 16 | 300 | 144 | 53 |
| Binary | 0 | 10110001 | 11011100 | 1100100 | 10100 | 0 | 1110 | 11000000 | 1100100 | 101011 |
Color Harmonies of #00B1DC
Complementary color
Monochromatic Colors of #00B1DC
Black with #00B1DC
Text Example
Text Example
White with #00B1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B1DC; }
p { color: rgb(0,177,220); }
H1.HeaderClassName
{
color: #00B1DC;
}
.AnyTagClassName
{
color: #00B1DC;
}
</style>
background-color css
<style>
a { background-color: #00B1DC; }
a { background-color: rgb(0,177,220); }
div.DivClassName
{
background-color: #00B1DC;
}
.BgClassName
{
background-color: #00B1DC;
}
</style>
border-color css
<style>
span { border-color: #00B1DC; }
span { border-color: rgb(0,177,220); }
td.TdClassName
{
border-color: #00B1DC;
}
.TagClassName
{
border-color: #00B1DC;
}
</style>