Shades of Iris Blue #00B8DD
Tints of Iris Blue #00B8DD
RGB
CMYK
RGB Variations
Color information
#00B8DD (or 0x00B8DD) is known color: Iris Blue. HEX triplet: 00, B8 and DD. RGB value is (0,184,221). Sum of RGB (Red+Green+Blue) = 0+184+221=405 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 405); Green value is 184 (72.27% from 255 or 45.43% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #00B8DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B8DD is #FF4722. Grayscale: #848484. Windows color (decimal): -16729891 or 14530560. OLE color: 14530560.
HSL color Cylindrical-coordinate representation of color #00B8DD: hue angle of 190.05º 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 #00B8DD is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 184 | 221 | - |
| CMYK | 1 | 0.17 | 0 | 0.13 |
| HSL | 190.05º | 1% | 0.43% | - |
| HSV(B) | 190.05º | 1% | 0.87% | - |
| XYZ | 30.19 | 39.5 | 74.44 | - |
| YUV | 133.2 | 177.54 | 32.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 184 | 221 | 1 | 0.17 | 0 | 0.13 | 190.05 | 1 | 0.43 |
| Hex | 0 | B8 | DD | 64 | 11 | 0 | D | BE | 64 | 2B |
| Octal | 0 | 270 | 335 | 144 | 21 | 0 | 15 | 276 | 144 | 53 |
| Binary | 0 | 10111000 | 11011101 | 1100100 | 10001 | 0 | 1101 | 10111110 | 1100100 | 101011 |
Color Harmonies of #00B8DD
Complementary color
Monochromatic Colors of #00B8DD
Black with #00B8DD
Text Example
Text Example
White with #00B8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B8DD; }
p { color: rgb(0,184,221); }
H1.HeaderClassName
{
color: #00B8DD;
}
.AnyTagClassName
{
color: #00B8DD;
}
</style>
background-color css
<style>
a { background-color: #00B8DD; }
a { background-color: rgb(0,184,221); }
div.DivClassName
{
background-color: #00B8DD;
}
.BgClassName
{
background-color: #00B8DD;
}
</style>
border-color css
<style>
span { border-color: #00B8DD; }
span { border-color: rgb(0,184,221); }
td.TdClassName
{
border-color: #00B8DD;
}
.TagClassName
{
border-color: #00B8DD;
}
</style>