Shades of Iris Blue #00B2DD
Tints of Iris Blue #00B2DD
RGB
CMYK
RGB Variations
Color information
#00B2DD (or 0x00B2DD) is known color: Iris Blue. HEX triplet: 00, B2 and DD. RGB value is (0,178,221). Sum of RGB (Red+Green+Blue) = 0+178+221=399 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 399); Green value is 178 (69.92% from 255 or 44.61% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #00B2DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00B2DD is #FF4D22. Grayscale: #818181. Windows color (decimal): -16731427 or 14529024. OLE color: 14529024.
HSL color Cylindrical-coordinate representation of color #00B2DD: hue angle of 191.67º 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 #00B2DD is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 178 | 221 | - |
| CMYK | 1 | 0.19 | 0 | 0.13 |
| HSL | 191.67º | 1% | 0.43% | - |
| HSV(B) | 191.67º | 1% | 0.87% | - |
| XYZ | 28.97 | 37.06 | 74.03 | - |
| YUV | 129.68 | 179.53 | 35.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 178 | 221 | 1 | 0.19 | 0 | 0.13 | 191.67 | 1 | 0.43 |
| Hex | 0 | B2 | DD | 64 | 13 | 0 | D | C0 | 64 | 2B |
| Octal | 0 | 262 | 335 | 144 | 23 | 0 | 15 | 300 | 144 | 53 |
| Binary | 0 | 10110010 | 11011101 | 1100100 | 10011 | 0 | 1101 | 11000000 | 1100100 | 101011 |
Color Harmonies of #00B2DD
Complementary color
Monochromatic Colors of #00B2DD
Black with #00B2DD
Text Example
Text Example
White with #00B2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B2DD; }
p { color: rgb(0,178,221); }
H1.HeaderClassName
{
color: #00B2DD;
}
.AnyTagClassName
{
color: #00B2DD;
}
</style>
background-color css
<style>
a { background-color: #00B2DD; }
a { background-color: rgb(0,178,221); }
div.DivClassName
{
background-color: #00B2DD;
}
.BgClassName
{
background-color: #00B2DD;
}
</style>
border-color css
<style>
span { border-color: #00B2DD; }
span { border-color: rgb(0,178,221); }
td.TdClassName
{
border-color: #00B2DD;
}
.TagClassName
{
border-color: #00B2DD;
}
</style>