Shades of Iris Blue #06ACCF
Tints of Iris Blue #06ACCF
RGB
CMYK
RGB Variations
Color information
#06ACCF (or 0x06ACCF) is known color: Iris Blue. HEX triplet: 06, AC and CF. RGB value is (6,172,207). Sum of RGB (Red+Green+Blue) = 6+172+207=385 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #06ACCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ACCF is #F95330. Grayscale: #7E7E7E. Windows color (decimal): -16339761 or 13609990. OLE color: 13609990.
HSL color Cylindrical-coordinate representation of color #06ACCF: hue angle of 190.45º 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 #06ACCF is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 172 | 207 | - |
| CMYK | 0.97 | 0.17 | 0 | 0.19 |
| HSL | 190.45º | 0.94% | 0.42% | - |
| HSV(B) | 190.45º | 0.97% | 0.81% | - |
| XYZ | 26.09 | 34.05 | 64.23 | - |
| YUV | 126.36 | 173.5 | 42.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 172 | 207 | 0.97 | 0.17 | 0 | 0.19 | 190.45 | 0.94 | 0.42 |
| Hex | 6 | AC | CF | 61 | 11 | 0 | 13 | BE | 5E | 2A |
| Octal | 6 | 254 | 317 | 141 | 21 | 0 | 23 | 276 | 136 | 52 |
| Binary | 110 | 10101100 | 11001111 | 1100001 | 10001 | 0 | 10011 | 10111110 | 1011110 | 101010 |
Color Harmonies of #06ACCF
Complementary color
Monochromatic Colors of #06ACCF
Black with #06ACCF
Text Example
Text Example
White with #06ACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06ACCF; }
p { color: rgb(6,172,207); }
H1.HeaderClassName
{
color: #06ACCF;
}
.AnyTagClassName
{
color: #06ACCF;
}
</style>
background-color css
<style>
a { background-color: #06ACCF; }
a { background-color: rgb(6,172,207); }
div.DivClassName
{
background-color: #06ACCF;
}
.BgClassName
{
background-color: #06ACCF;
}
</style>
border-color css
<style>
span { border-color: #06ACCF; }
span { border-color: rgb(6,172,207); }
td.TdClassName
{
border-color: #06ACCF;
}
.TagClassName
{
border-color: #06ACCF;
}
</style>