Shades of Iris Blue #06BFCB
Tints of Iris Blue #06BFCB
RGB
CMYK
RGB Variations
Color information
#06BFCB (or 0x06BFCB) is known color: Iris Blue. HEX triplet: 06, BF and CB. RGB value is (6,191,203). Sum of RGB (Red+Green+Blue) = 6+191+203=400 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.5% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #06BFCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BFCB is #F94034. Grayscale: #888888. Windows color (decimal): -16334901 or 13352710. OLE color: 13352710.
HSL color Cylindrical-coordinate representation of color #06BFCB: hue angle of 183.65º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BFCB is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 191 | 203 | - |
| CMYK | 0.97 | 0.06 | 0 | 0.20 |
| HSL | 183.65º | 0.94% | 0.41% | - |
| HSV(B) | 183.65º | 0.97% | 0.8% | - |
| XYZ | 29.49 | 41.61 | 62.98 | - |
| YUV | 137.05 | 165.21 | 34.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 191 | 203 | 0.97 | 0.06 | 0 | 0.20 | 183.65 | 0.94 | 0.41 |
| Hex | 6 | BF | CB | 61 | 6 | 0 | 14 | B8 | 5E | 29 |
| Octal | 6 | 277 | 313 | 141 | 6 | 0 | 24 | 270 | 136 | 51 |
| Binary | 110 | 10111111 | 11001011 | 1100001 | 110 | 0 | 10100 | 10111000 | 1011110 | 101001 |
Color Harmonies of #06BFCB
Complementary color
Monochromatic Colors of #06BFCB
Black with #06BFCB
Text Example
Text Example
White with #06BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BFCB; }
p { color: rgb(6,191,203); }
H1.HeaderClassName
{
color: #06BFCB;
}
.AnyTagClassName
{
color: #06BFCB;
}
</style>
background-color css
<style>
a { background-color: #06BFCB; }
a { background-color: rgb(6,191,203); }
div.DivClassName
{
background-color: #06BFCB;
}
.BgClassName
{
background-color: #06BFCB;
}
</style>
border-color css
<style>
span { border-color: #06BFCB; }
span { border-color: rgb(6,191,203); }
td.TdClassName
{
border-color: #06BFCB;
}
.TagClassName
{
border-color: #06BFCB;
}
</style>