Shades of Iris Blue #00BBD3
Tints of Iris Blue #00BBD3
RGB
CMYK
RGB Variations
Color information
#00BBD3 (or 0x00BBD3) is known color: Iris Blue. HEX triplet: 00, BB and D3. RGB value is (0,187,211). Sum of RGB (Red+Green+Blue) = 0+187+211=398 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 211 (82.81% from 255 or 53.02% from 398); Max value from RGB is 211 - color contains mainly: blue. Hex color #00BBD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BBD3 is #FF442C. Grayscale: #858585. Windows color (decimal): -16729133 or 13875968. OLE color: 13875968.
HSL color Cylindrical-coordinate representation of color #00BBD3: hue angle of 186.82º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BBD3 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 187 | 211 | - |
| CMYK | 1 | 0.11 | 0 | 0.17 |
| HSL | 186.82º | 1% | 0.41% | - |
| HSV(B) | 186.82º | 1% | 0.83% | - |
| XYZ | 29.53 | 40.24 | 67.84 | - |
| YUV | 133.82 | 171.55 | 32.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 187 | 211 | 1 | 0.11 | 0 | 0.17 | 186.82 | 1 | 0.41 |
| Hex | 0 | BB | D3 | 64 | B | 0 | 11 | BB | 64 | 29 |
| Octal | 0 | 273 | 323 | 144 | 13 | 0 | 21 | 273 | 144 | 51 |
| Binary | 0 | 10111011 | 11010011 | 1100100 | 1011 | 0 | 10001 | 10111011 | 1100100 | 101001 |
Color Harmonies of #00BBD3
Complementary color
Monochromatic Colors of #00BBD3
Black with #00BBD3
Text Example
Text Example
White with #00BBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BBD3; }
p { color: rgb(0,187,211); }
H1.HeaderClassName
{
color: #00BBD3;
}
.AnyTagClassName
{
color: #00BBD3;
}
</style>
background-color css
<style>
a { background-color: #00BBD3; }
a { background-color: rgb(0,187,211); }
div.DivClassName
{
background-color: #00BBD3;
}
.BgClassName
{
background-color: #00BBD3;
}
</style>
border-color css
<style>
span { border-color: #00BBD3; }
span { border-color: rgb(0,187,211); }
td.TdClassName
{
border-color: #00BBD3;
}
.TagClassName
{
border-color: #00BBD3;
}
</style>