Shades of Iris Blue #06BECF
Tints of Iris Blue #06BECF
RGB
CMYK
RGB Variations
Color information
#06BECF (or 0x06BECF) is known color: Iris Blue. HEX triplet: 06, BE and CF. RGB value is (6,190,207). Sum of RGB (Red+Green+Blue) = 6+190+207=403 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.49% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #06BECF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BECF is #F94130. Grayscale: #888888. Windows color (decimal): -16335153 or 13614598. OLE color: 13614598.
HSL color Cylindrical-coordinate representation of color #06BECF: hue angle of 185.07º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BECF is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 190 | 207 | - |
| CMYK | 0.97 | 0.08 | 0 | 0.19 |
| HSL | 185.07º | 0.94% | 0.42% | - |
| HSV(B) | 185.07º | 0.97% | 0.81% | - |
| XYZ | 29.75 | 41.37 | 65.45 | - |
| YUV | 136.92 | 167.54 | 34.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 190 | 207 | 0.97 | 0.08 | 0 | 0.19 | 185.07 | 0.94 | 0.42 |
| Hex | 6 | BE | CF | 61 | 8 | 0 | 13 | B9 | 5E | 2A |
| Octal | 6 | 276 | 317 | 141 | 10 | 0 | 23 | 271 | 136 | 52 |
| Binary | 110 | 10111110 | 11001111 | 1100001 | 1000 | 0 | 10011 | 10111001 | 1011110 | 101010 |
Color Harmonies of #06BECF
Complementary color
Monochromatic Colors of #06BECF
Black with #06BECF
Text Example
Text Example
White with #06BECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BECF; }
p { color: rgb(6,190,207); }
H1.HeaderClassName
{
color: #06BECF;
}
.AnyTagClassName
{
color: #06BECF;
}
</style>
background-color css
<style>
a { background-color: #06BECF; }
a { background-color: rgb(6,190,207); }
div.DivClassName
{
background-color: #06BECF;
}
.BgClassName
{
background-color: #06BECF;
}
</style>
border-color css
<style>
span { border-color: #06BECF; }
span { border-color: rgb(6,190,207); }
td.TdClassName
{
border-color: #06BECF;
}
.TagClassName
{
border-color: #06BECF;
}
</style>