Shades of Iris Blue #00B5DD
Tints of Iris Blue #00B5DD
RGB
CMYK
RGB Variations
Color information
#00B5DD (or 0x00B5DD) is known color: Iris Blue. HEX triplet: 00, B5 and DD. RGB value is (0,181,221). Sum of RGB (Red+Green+Blue) = 0+181+221=402 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 402); Green value is 181 (71.09% from 255 or 45.02% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #00B5DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B5DD is #FF4A22. Grayscale: #838383. Windows color (decimal): -16730659 or 14529792. OLE color: 14529792.
HSL color Cylindrical-coordinate representation of color #00B5DD: hue angle of 190.86º 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 #00B5DD is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 181 | 221 | - |
| CMYK | 1 | 0.18 | 0 | 0.13 |
| HSL | 190.86º | 1% | 0.43% | - |
| HSV(B) | 190.86º | 1% | 0.87% | - |
| XYZ | 29.58 | 38.27 | 74.23 | - |
| YUV | 131.44 | 178.53 | 34.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 181 | 221 | 1 | 0.18 | 0 | 0.13 | 190.86 | 1 | 0.43 |
| Hex | 0 | B5 | DD | 64 | 12 | 0 | D | BF | 64 | 2B |
| Octal | 0 | 265 | 335 | 144 | 22 | 0 | 15 | 277 | 144 | 53 |
| Binary | 0 | 10110101 | 11011101 | 1100100 | 10010 | 0 | 1101 | 10111111 | 1100100 | 101011 |
Color Harmonies of #00B5DD
Complementary color
Monochromatic Colors of #00B5DD
Black with #00B5DD
Text Example
Text Example
White with #00B5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B5DD; }
p { color: rgb(0,181,221); }
H1.HeaderClassName
{
color: #00B5DD;
}
.AnyTagClassName
{
color: #00B5DD;
}
</style>
background-color css
<style>
a { background-color: #00B5DD; }
a { background-color: rgb(0,181,221); }
div.DivClassName
{
background-color: #00B5DD;
}
.BgClassName
{
background-color: #00B5DD;
}
</style>
border-color css
<style>
span { border-color: #00B5DD; }
span { border-color: rgb(0,181,221); }
td.TdClassName
{
border-color: #00B5DD;
}
.TagClassName
{
border-color: #00B5DD;
}
</style>