Shades of Iris Blue #06B1CA
Tints of Iris Blue #06B1CA
RGB
CMYK
RGB Variations
Color information
#06B1CA (or 0x06B1CA) is known color: Iris Blue. HEX triplet: 06, B1 and CA. RGB value is (6,177,202). Sum of RGB (Red+Green+Blue) = 6+177+202=385 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #06B1CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06B1CA is #F94E35. Grayscale: #808080. Windows color (decimal): -16338486 or 13283590. OLE color: 13283590.
HSL color Cylindrical-coordinate representation of color #06B1CA: hue angle of 187.65º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B1CA is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 6 | 177 | 202 | - |
| CMYK | 0.97 | 0.12 | 0 | 0.21 |
| HSL | 187.65º | 0.94% | 0.41% | - |
| HSV(B) | 187.65º | 0.97% | 0.79% | - |
| XYZ | 26.46 | 35.75 | 61.38 | - |
| YUV | 128.72 | 169.35 | 40.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 177 | 202 | 0.97 | 0.12 | 0 | 0.21 | 187.65 | 0.94 | 0.41 |
| Hex | 6 | B1 | CA | 61 | C | 0 | 15 | BC | 5E | 29 |
| Octal | 6 | 261 | 312 | 141 | 14 | 0 | 25 | 274 | 136 | 51 |
| Binary | 110 | 10110001 | 11001010 | 1100001 | 1100 | 0 | 10101 | 10111100 | 1011110 | 101001 |
Color Harmonies of #06B1CA
Complementary color
Monochromatic Colors of #06B1CA
Black with #06B1CA
Text Example
Text Example
White with #06B1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B1CA; }
p { color: rgb(6,177,202); }
H1.HeaderClassName
{
color: #06B1CA;
}
.AnyTagClassName
{
color: #06B1CA;
}
</style>
background-color css
<style>
a { background-color: #06B1CA; }
a { background-color: rgb(6,177,202); }
div.DivClassName
{
background-color: #06B1CA;
}
.BgClassName
{
background-color: #06B1CA;
}
</style>
border-color css
<style>
span { border-color: #06B1CA; }
span { border-color: rgb(6,177,202); }
td.TdClassName
{
border-color: #06B1CA;
}
.TagClassName
{
border-color: #06B1CA;
}
</style>