Shades of Iris Blue #06BBE0
Tints of Iris Blue #06BBE0
RGB
CMYK
RGB Variations
Color information
#06BBE0 (or 0x06BBE0) is known color: Iris Blue. HEX triplet: 06, BB and E0. RGB value is (6,187,224). Sum of RGB (Red+Green+Blue) = 6+187+224=417 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.44% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 224 (87.89% from 255 or 53.72% from 417); Max value from RGB is 224 - color contains mainly: blue. Hex color #06BBE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BBE0 is #F9441F. Grayscale: #888888. Windows color (decimal): -16335904 or 14727942. OLE color: 14727942.
HSL color Cylindrical-coordinate representation of color #06BBE0: hue angle of 190.18º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BBE0 is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 6 | 187 | 224 | - |
| CMYK | 0.97 | 0.17 | 0 | 0.12 |
| HSL | 190.18º | 0.95% | 0.45% | - |
| HSV(B) | 190.18º | 0.97% | 0.88% | - |
| XYZ | 31.3 | 40.96 | 76.78 | - |
| YUV | 137.1 | 177.03 | 34.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 187 | 224 | 0.97 | 0.17 | 0 | 0.12 | 190.18 | 0.95 | 0.45 |
| Hex | 6 | BB | E0 | 61 | 11 | 0 | C | BE | 5F | 2D |
| Octal | 6 | 273 | 340 | 141 | 21 | 0 | 14 | 276 | 137 | 55 |
| Binary | 110 | 10111011 | 11100000 | 1100001 | 10001 | 0 | 1100 | 10111110 | 1011111 | 101101 |
Color Harmonies of #06BBE0
Complementary color
Monochromatic Colors of #06BBE0
Black with #06BBE0
Text Example
Text Example
White with #06BBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BBE0; }
p { color: rgb(6,187,224); }
H1.HeaderClassName
{
color: #06BBE0;
}
.AnyTagClassName
{
color: #06BBE0;
}
</style>
background-color css
<style>
a { background-color: #06BBE0; }
a { background-color: rgb(6,187,224); }
div.DivClassName
{
background-color: #06BBE0;
}
.BgClassName
{
background-color: #06BBE0;
}
</style>
border-color css
<style>
span { border-color: #06BBE0; }
span { border-color: rgb(6,187,224); }
td.TdClassName
{
border-color: #06BBE0;
}
.TagClassName
{
border-color: #06BBE0;
}
</style>