Shades of Iris Blue #06BBDA
Tints of Iris Blue #06BBDA
RGB
CMYK
RGB Variations
Color information
#06BBDA (or 0x06BBDA) is known color: Iris Blue. HEX triplet: 06, BB and DA. RGB value is (6,187,218). Sum of RGB (Red+Green+Blue) = 6+187+218=411 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.46% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #06BBDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BBDA is #F94425. Grayscale: #888888. Windows color (decimal): -16335910 or 14334726. OLE color: 14334726.
HSL color Cylindrical-coordinate representation of color #06BBDA: hue angle of 188.77º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BBDA is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 187 | 218 | - |
| CMYK | 0.97 | 0.14 | 0 | 0.15 |
| HSL | 188.77º | 0.95% | 0.44% | - |
| HSV(B) | 188.77º | 0.97% | 0.85% | - |
| XYZ | 30.5 | 40.64 | 72.57 | - |
| YUV | 136.42 | 174.03 | 34.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 187 | 218 | 0.97 | 0.14 | 0 | 0.15 | 188.77 | 0.95 | 0.44 |
| Hex | 6 | BB | DA | 61 | E | 0 | F | BD | 5F | 2C |
| Octal | 6 | 273 | 332 | 141 | 16 | 0 | 17 | 275 | 137 | 54 |
| Binary | 110 | 10111011 | 11011010 | 1100001 | 1110 | 0 | 1111 | 10111101 | 1011111 | 101100 |
Color Harmonies of #06BBDA
Complementary color
Monochromatic Colors of #06BBDA
Black with #06BBDA
Text Example
Text Example
White with #06BBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BBDA; }
p { color: rgb(6,187,218); }
H1.HeaderClassName
{
color: #06BBDA;
}
.AnyTagClassName
{
color: #06BBDA;
}
</style>
background-color css
<style>
a { background-color: #06BBDA; }
a { background-color: rgb(6,187,218); }
div.DivClassName
{
background-color: #06BBDA;
}
.BgClassName
{
background-color: #06BBDA;
}
</style>
border-color css
<style>
span { border-color: #06BBDA; }
span { border-color: rgb(6,187,218); }
td.TdClassName
{
border-color: #06BBDA;
}
.TagClassName
{
border-color: #06BBDA;
}
</style>