Shades of Iris Blue #00B5DF
Tints of Iris Blue #00B5DF
RGB
CMYK
RGB Variations
Color information
#00B5DF (or 0x00B5DF) is known color: Iris Blue. HEX triplet: 00, B5 and DF. RGB value is (0,181,223). Sum of RGB (Red+Green+Blue) = 0+181+223=404 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 404); Green value is 181 (71.09% from 255 or 44.80% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #00B5DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B5DF is #FF4A20. Grayscale: #838383. Windows color (decimal): -16730657 or 14660864. OLE color: 14660864.
HSL color Cylindrical-coordinate representation of color #00B5DF: hue angle of 191.3º 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 #00B5DF is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 181 | 223 | - |
| CMYK | 1 | 0.19 | 0 | 0.13 |
| HSL | 191.3º | 1% | 0.44% | - |
| HSV(B) | 191.3º | 1% | 0.87% | - |
| XYZ | 29.84 | 38.38 | 75.65 | - |
| YUV | 131.67 | 179.53 | 34.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 181 | 223 | 1 | 0.19 | 0 | 0.13 | 191.3 | 1 | 0.44 |
| Hex | 0 | B5 | DF | 64 | 13 | 0 | D | BF | 64 | 2C |
| Octal | 0 | 265 | 337 | 144 | 23 | 0 | 15 | 277 | 144 | 54 |
| Binary | 0 | 10110101 | 11011111 | 1100100 | 10011 | 0 | 1101 | 10111111 | 1100100 | 101100 |
Color Harmonies of #00B5DF
Complementary color
Monochromatic Colors of #00B5DF
Black with #00B5DF
Text Example
Text Example
White with #00B5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B5DF; }
p { color: rgb(0,181,223); }
H1.HeaderClassName
{
color: #00B5DF;
}
.AnyTagClassName
{
color: #00B5DF;
}
</style>
background-color css
<style>
a { background-color: #00B5DF; }
a { background-color: rgb(0,181,223); }
div.DivClassName
{
background-color: #00B5DF;
}
.BgClassName
{
background-color: #00B5DF;
}
</style>
border-color css
<style>
span { border-color: #00B5DF; }
span { border-color: rgb(0,181,223); }
td.TdClassName
{
border-color: #00B5DF;
}
.TagClassName
{
border-color: #00B5DF;
}
</style>