Shades of Iris Blue #06B8DC
Tints of Iris Blue #06B8DC
RGB
CMYK
RGB Variations
Color information
#06B8DC (or 0x06B8DC) is known color: Iris Blue. HEX triplet: 06, B8 and DC. RGB value is (6,184,220). Sum of RGB (Red+Green+Blue) = 6+184+220=410 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.46% from 410); Green value is 184 (72.27% from 255 or 44.88% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #06B8DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06B8DC is #F94723. Grayscale: #868686. Windows color (decimal): -16336676 or 14465030. OLE color: 14465030.
HSL color Cylindrical-coordinate representation of color #06B8DC: hue angle of 190.09º 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 #06B8DC is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 184 | 220 | - |
| CMYK | 0.97 | 0.16 | 0 | 0.14 |
| HSL | 190.09º | 0.95% | 0.44% | - |
| HSV(B) | 190.09º | 0.97% | 0.86% | - |
| XYZ | 30.13 | 39.49 | 73.74 | - |
| YUV | 134.88 | 176.03 | 36.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 184 | 220 | 0.97 | 0.16 | 0 | 0.14 | 190.09 | 0.95 | 0.44 |
| Hex | 6 | B8 | DC | 61 | 10 | 0 | E | BE | 5F | 2C |
| Octal | 6 | 270 | 334 | 141 | 20 | 0 | 16 | 276 | 137 | 54 |
| Binary | 110 | 10111000 | 11011100 | 1100001 | 10000 | 0 | 1110 | 10111110 | 1011111 | 101100 |
Color Harmonies of #06B8DC
Complementary color
Monochromatic Colors of #06B8DC
Black with #06B8DC
Text Example
Text Example
White with #06B8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B8DC; }
p { color: rgb(6,184,220); }
H1.HeaderClassName
{
color: #06B8DC;
}
.AnyTagClassName
{
color: #06B8DC;
}
</style>
background-color css
<style>
a { background-color: #06B8DC; }
a { background-color: rgb(6,184,220); }
div.DivClassName
{
background-color: #06B8DC;
}
.BgClassName
{
background-color: #06B8DC;
}
</style>
border-color css
<style>
span { border-color: #06B8DC; }
span { border-color: rgb(6,184,220); }
td.TdClassName
{
border-color: #06B8DC;
}
.TagClassName
{
border-color: #06B8DC;
}
</style>