Shades of Iris Blue #06BECE
Tints of Iris Blue #06BECE
RGB
CMYK
RGB Variations
Color information
#06BECE (or 0x06BECE) is known color: Iris Blue. HEX triplet: 06, BE and CE. RGB value is (6,190,206). Sum of RGB (Red+Green+Blue) = 6+190+206=402 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.49% from 402); Green value is 190 (74.61% from 255 or 47.26% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #06BECE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BECE is #F94131. Grayscale: #888888. Windows color (decimal): -16335154 or 13549062. OLE color: 13549062.
HSL color Cylindrical-coordinate representation of color #06BECE: hue angle of 184.8º 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 #06BECE is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 190 | 206 | - |
| CMYK | 0.97 | 0.08 | 0 | 0.19 |
| HSL | 184.8º | 0.94% | 0.42% | - |
| HSV(B) | 184.8º | 0.97% | 0.81% | - |
| XYZ | 29.63 | 41.32 | 64.81 | - |
| YUV | 136.81 | 167.04 | 34.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 190 | 206 | 0.97 | 0.08 | 0 | 0.19 | 184.8 | 0.94 | 0.42 |
| Hex | 6 | BE | CE | 61 | 8 | 0 | 13 | B9 | 5E | 2A |
| Octal | 6 | 276 | 316 | 141 | 10 | 0 | 23 | 271 | 136 | 52 |
| Binary | 110 | 10111110 | 11001110 | 1100001 | 1000 | 0 | 10011 | 10111001 | 1011110 | 101010 |
Color Harmonies of #06BECE
Complementary color
Monochromatic Colors of #06BECE
Black with #06BECE
Text Example
Text Example
White with #06BECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BECE; }
p { color: rgb(6,190,206); }
H1.HeaderClassName
{
color: #06BECE;
}
.AnyTagClassName
{
color: #06BECE;
}
</style>
background-color css
<style>
a { background-color: #06BECE; }
a { background-color: rgb(6,190,206); }
div.DivClassName
{
background-color: #06BECE;
}
.BgClassName
{
background-color: #06BECE;
}
</style>
border-color css
<style>
span { border-color: #06BECE; }
span { border-color: rgb(6,190,206); }
td.TdClassName
{
border-color: #06BECE;
}
.TagClassName
{
border-color: #06BECE;
}
</style>