Shades of Iris Blue #00B7DD
Tints of Iris Blue #00B7DD
RGB
CMYK
RGB Variations
Color information
#00B7DD (or 0x00B7DD) is known color: Iris Blue. HEX triplet: 00, B7 and DD. RGB value is (0,183,221). Sum of RGB (Red+Green+Blue) = 0+183+221=404 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 404); Green value is 183 (71.88% from 255 or 45.30% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #00B7DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B7DD is #FF4822. Grayscale: #848484. Windows color (decimal): -16730147 or 14530304. OLE color: 14530304.
HSL color Cylindrical-coordinate representation of color #00B7DD: hue angle of 190.32º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B7DD is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 183 | 221 | - |
| CMYK | 1 | 0.17 | 0 | 0.13 |
| HSL | 190.32º | 1% | 0.43% | - |
| HSV(B) | 190.32º | 1% | 0.87% | - |
| XYZ | 29.98 | 39.09 | 74.37 | - |
| YUV | 132.62 | 177.87 | 33.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 183 | 221 | 1 | 0.17 | 0 | 0.13 | 190.32 | 1 | 0.43 |
| Hex | 0 | B7 | DD | 64 | 11 | 0 | D | BE | 64 | 2B |
| Octal | 0 | 267 | 335 | 144 | 21 | 0 | 15 | 276 | 144 | 53 |
| Binary | 0 | 10110111 | 11011101 | 1100100 | 10001 | 0 | 1101 | 10111110 | 1100100 | 101011 |
Color Harmonies of #00B7DD
Complementary color
Monochromatic Colors of #00B7DD
Black with #00B7DD
Text Example
Text Example
White with #00B7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B7DD; }
p { color: rgb(0,183,221); }
H1.HeaderClassName
{
color: #00B7DD;
}
.AnyTagClassName
{
color: #00B7DD;
}
</style>
background-color css
<style>
a { background-color: #00B7DD; }
a { background-color: rgb(0,183,221); }
div.DivClassName
{
background-color: #00B7DD;
}
.BgClassName
{
background-color: #00B7DD;
}
</style>
border-color css
<style>
span { border-color: #00B7DD; }
span { border-color: rgb(0,183,221); }
td.TdClassName
{
border-color: #00B7DD;
}
.TagClassName
{
border-color: #00B7DD;
}
</style>