Shades of Iris Blue #00B3DD
Tints of Iris Blue #00B3DD
RGB
CMYK
RGB Variations
Color information
#00B3DD (or 0x00B3DD) is known color: Iris Blue. HEX triplet: 00, B3 and DD. RGB value is (0,179,221). Sum of RGB (Red+Green+Blue) = 0+179+221=400 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #00B3DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B3DD is #FF4C22. Grayscale: #818181. Windows color (decimal): -16731171 or 14529280. OLE color: 14529280.
HSL color Cylindrical-coordinate representation of color #00B3DD: hue angle of 191.4º 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 #00B3DD is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 179 | 221 | - |
| CMYK | 1 | 0.19 | 0 | 0.13 |
| HSL | 191.4º | 1% | 0.43% | - |
| HSV(B) | 191.4º | 1% | 0.87% | - |
| XYZ | 29.17 | 37.46 | 74.1 | - |
| YUV | 130.27 | 179.2 | 35.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 179 | 221 | 1 | 0.19 | 0 | 0.13 | 191.4 | 1 | 0.43 |
| Hex | 0 | B3 | DD | 64 | 13 | 0 | D | BF | 64 | 2B |
| Octal | 0 | 263 | 335 | 144 | 23 | 0 | 15 | 277 | 144 | 53 |
| Binary | 0 | 10110011 | 11011101 | 1100100 | 10011 | 0 | 1101 | 10111111 | 1100100 | 101011 |
Color Harmonies of #00B3DD
Complementary color
Monochromatic Colors of #00B3DD
Black with #00B3DD
Text Example
Text Example
White with #00B3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B3DD; }
p { color: rgb(0,179,221); }
H1.HeaderClassName
{
color: #00B3DD;
}
.AnyTagClassName
{
color: #00B3DD;
}
</style>
background-color css
<style>
a { background-color: #00B3DD; }
a { background-color: rgb(0,179,221); }
div.DivClassName
{
background-color: #00B3DD;
}
.BgClassName
{
background-color: #00B3DD;
}
</style>
border-color css
<style>
span { border-color: #00B3DD; }
span { border-color: rgb(0,179,221); }
td.TdClassName
{
border-color: #00B3DD;
}
.TagClassName
{
border-color: #00B3DD;
}
</style>