Shades of Iris Blue #06BDD6
Tints of Iris Blue #06BDD6
RGB
CMYK
RGB Variations
Color information
#06BDD6 (or 0x06BDD6) is known color: Iris Blue. HEX triplet: 06, BD and D6. RGB value is (6,189,214). Sum of RGB (Red+Green+Blue) = 6+189+214=409 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.47% from 409); Green value is 189 (74.22% from 255 or 46.21% from 409); Blue value is 214 (83.98% from 255 or 52.32% from 409); Max value from RGB is 214 - color contains mainly: blue. Hex color #06BDD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BDD6 is #F94229. Grayscale: #888888. Windows color (decimal): -16335402 or 14073094. OLE color: 14073094.
HSL color Cylindrical-coordinate representation of color #06BDD6: hue angle of 187.21º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BDD6 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 6 | 189 | 214 | - |
| CMYK | 0.97 | 0.12 | 0 | 0.16 |
| HSL | 187.21º | 0.95% | 0.43% | - |
| HSV(B) | 187.21º | 0.97% | 0.84% | - |
| XYZ | 30.41 | 41.29 | 69.99 | - |
| YUV | 137.13 | 171.37 | 34.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 189 | 214 | 0.97 | 0.12 | 0 | 0.16 | 187.21 | 0.95 | 0.43 |
| Hex | 6 | BD | D6 | 61 | C | 0 | 10 | BB | 5F | 2B |
| Octal | 6 | 275 | 326 | 141 | 14 | 0 | 20 | 273 | 137 | 53 |
| Binary | 110 | 10111101 | 11010110 | 1100001 | 1100 | 0 | 10000 | 10111011 | 1011111 | 101011 |
Color Harmonies of #06BDD6
Complementary color
Monochromatic Colors of #06BDD6
Black with #06BDD6
Text Example
Text Example
White with #06BDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BDD6; }
p { color: rgb(6,189,214); }
H1.HeaderClassName
{
color: #06BDD6;
}
.AnyTagClassName
{
color: #06BDD6;
}
</style>
background-color css
<style>
a { background-color: #06BDD6; }
a { background-color: rgb(6,189,214); }
div.DivClassName
{
background-color: #06BDD6;
}
.BgClassName
{
background-color: #06BDD6;
}
</style>
border-color css
<style>
span { border-color: #06BDD6; }
span { border-color: rgb(6,189,214); }
td.TdClassName
{
border-color: #06BDD6;
}
.TagClassName
{
border-color: #06BDD6;
}
</style>