Shades of Iris Blue #06B2DB
Tints of Iris Blue #06B2DB
RGB
CMYK
RGB Variations
Color information
#06B2DB (or 0x06B2DB) is known color: Iris Blue. HEX triplet: 06, B2 and DB. RGB value is (6,178,219). Sum of RGB (Red+Green+Blue) = 6+178+219=403 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.49% from 403); Green value is 178 (69.92% from 255 or 44.17% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #06B2DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06B2DB is #F94D24. Grayscale: #828282. Windows color (decimal): -16338213 or 14397958. OLE color: 14397958.
HSL color Cylindrical-coordinate representation of color #06B2DB: hue angle of 191.55º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B2DB is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 178 | 219 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.14 |
| HSL | 191.55º | 0.95% | 0.44% | - |
| HSV(B) | 191.55º | 0.97% | 0.86% | - |
| XYZ | 28.78 | 36.99 | 72.64 | - |
| YUV | 131.25 | 177.52 | 38.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 178 | 219 | 0.97 | 0.19 | 0 | 0.14 | 191.55 | 0.95 | 0.44 |
| Hex | 6 | B2 | DB | 61 | 13 | 0 | E | C0 | 5F | 2C |
| Octal | 6 | 262 | 333 | 141 | 23 | 0 | 16 | 300 | 137 | 54 |
| Binary | 110 | 10110010 | 11011011 | 1100001 | 10011 | 0 | 1110 | 11000000 | 1011111 | 101100 |
Color Harmonies of #06B2DB
Complementary color
Monochromatic Colors of #06B2DB
Black with #06B2DB
Text Example
Text Example
White with #06B2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B2DB; }
p { color: rgb(6,178,219); }
H1.HeaderClassName
{
color: #06B2DB;
}
.AnyTagClassName
{
color: #06B2DB;
}
</style>
background-color css
<style>
a { background-color: #06B2DB; }
a { background-color: rgb(6,178,219); }
div.DivClassName
{
background-color: #06B2DB;
}
.BgClassName
{
background-color: #06B2DB;
}
</style>
border-color css
<style>
span { border-color: #06B2DB; }
span { border-color: rgb(6,178,219); }
td.TdClassName
{
border-color: #06B2DB;
}
.TagClassName
{
border-color: #06B2DB;
}
</style>