Shades of Iris Blue #06BFCC
Tints of Iris Blue #06BFCC
RGB
CMYK
RGB Variations
Color information
#06BFCC (or 0x06BFCC) is known color: Iris Blue. HEX triplet: 06, BF and CC. RGB value is (6,191,204). Sum of RGB (Red+Green+Blue) = 6+191+204=401 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.50% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #06BFCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BFCC is #F94033. Grayscale: #888888. Windows color (decimal): -16334900 or 13418246. OLE color: 13418246.
HSL color Cylindrical-coordinate representation of color #06BFCC: hue angle of 183.94º 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 #06BFCC is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 6 | 191 | 204 | - |
| CMYK | 0.97 | 0.06 | 0 | 0.2 |
| HSL | 183.94º | 0.94% | 0.41% | - |
| HSV(B) | 183.94º | 0.97% | 0.8% | - |
| XYZ | 29.6 | 41.66 | 63.61 | - |
| YUV | 137.17 | 165.71 | 34.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 191 | 204 | 0.97 | 0.06 | 0 | 0.2 | 183.94 | 0.94 | 0.41 |
| Hex | 6 | BF | CC | 61 | 6 | 0 | 14 | B8 | 5E | 29 |
| Octal | 6 | 277 | 314 | 141 | 6 | 0 | 24 | 270 | 136 | 51 |
| Binary | 110 | 10111111 | 11001100 | 1100001 | 110 | 0 | 10100 | 10111000 | 1011110 | 101001 |
Color Harmonies of #06BFCC
Complementary color
Monochromatic Colors of #06BFCC
Black with #06BFCC
Text Example
Text Example
White with #06BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BFCC; }
p { color: rgb(6,191,204); }
H1.HeaderClassName
{
color: #06BFCC;
}
.AnyTagClassName
{
color: #06BFCC;
}
</style>
background-color css
<style>
a { background-color: #06BFCC; }
a { background-color: rgb(6,191,204); }
div.DivClassName
{
background-color: #06BFCC;
}
.BgClassName
{
background-color: #06BFCC;
}
</style>
border-color css
<style>
span { border-color: #06BFCC; }
span { border-color: rgb(6,191,204); }
td.TdClassName
{
border-color: #06BFCC;
}
.TagClassName
{
border-color: #06BFCC;
}
</style>