Shades of Iris Blue #06BBDB
Tints of Iris Blue #06BBDB
RGB
CMYK
RGB Variations
Color information
#06BBDB (or 0x06BBDB) is known color: Iris Blue. HEX triplet: 06, BB and DB. RGB value is (6,187,219). Sum of RGB (Red+Green+Blue) = 6+187+219=412 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.46% from 412); Green value is 187 (73.44% from 255 or 45.39% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #06BBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BBDB is #F94424. Grayscale: #888888. Windows color (decimal): -16335909 or 14400262. OLE color: 14400262.
HSL color Cylindrical-coordinate representation of color #06BBDB: hue angle of 189.01º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BBDB is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 187 | 219 | - |
| CMYK | 0.97 | 0.15 | 0 | 0.14 |
| HSL | 189.01º | 0.95% | 0.44% | - |
| HSV(B) | 189.01º | 0.97% | 0.86% | - |
| XYZ | 30.63 | 40.69 | 73.26 | - |
| YUV | 136.53 | 174.53 | 34.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 187 | 219 | 0.97 | 0.15 | 0 | 0.14 | 189.01 | 0.95 | 0.44 |
| Hex | 6 | BB | DB | 61 | F | 0 | E | BD | 5F | 2C |
| Octal | 6 | 273 | 333 | 141 | 17 | 0 | 16 | 275 | 137 | 54 |
| Binary | 110 | 10111011 | 11011011 | 1100001 | 1111 | 0 | 1110 | 10111101 | 1011111 | 101100 |
Color Harmonies of #06BBDB
Complementary color
Monochromatic Colors of #06BBDB
Black with #06BBDB
Text Example
Text Example
White with #06BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BBDB; }
p { color: rgb(6,187,219); }
H1.HeaderClassName
{
color: #06BBDB;
}
.AnyTagClassName
{
color: #06BBDB;
}
</style>
background-color css
<style>
a { background-color: #06BBDB; }
a { background-color: rgb(6,187,219); }
div.DivClassName
{
background-color: #06BBDB;
}
.BgClassName
{
background-color: #06BBDB;
}
</style>
border-color css
<style>
span { border-color: #06BBDB; }
span { border-color: rgb(6,187,219); }
td.TdClassName
{
border-color: #06BBDB;
}
.TagClassName
{
border-color: #06BBDB;
}
</style>