Shades of Iris Blue #07B5C8
Tints of Iris Blue #07B5C8
RGB
CMYK
RGB Variations
Color information
#07B5C8 (or 0x07B5C8) is known color: Iris Blue. HEX triplet: 07, B5 and C8. RGB value is (7,181,200). Sum of RGB (Red+Green+Blue) = 7+181+200=388 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.80% from 388); Green value is 181 (71.09% from 255 or 46.65% from 388); Blue value is 200 (78.52% from 255 or 51.55% from 388); Max value from RGB is 200 - color contains mainly: blue. Hex color #07B5C8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07B5C8 is #F84A37. Grayscale: #828282. Windows color (decimal): -16271928 or 13153543. OLE color: 13153543.
HSL color Cylindrical-coordinate representation of color #07B5C8: hue angle of 185.91º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B5C8 is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 181 | 200 | - |
| CMYK | 0.96 | 0.09 | 0 | 0.22 |
| HSL | 185.91º | 0.93% | 0.41% | - |
| HSV(B) | 185.91º | 0.97% | 0.78% | - |
| XYZ | 27.04 | 37.26 | 60.41 | - |
| YUV | 131.14 | 166.85 | 39.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 181 | 200 | 0.96 | 0.09 | 0 | 0.22 | 185.91 | 0.93 | 0.41 |
| Hex | 7 | B5 | C8 | 60 | 9 | 0 | 16 | BA | 5D | 29 |
| Octal | 7 | 265 | 310 | 140 | 11 | 0 | 26 | 272 | 135 | 51 |
| Binary | 111 | 10110101 | 11001000 | 1100000 | 1001 | 0 | 10110 | 10111010 | 1011101 | 101001 |
Color Harmonies of #07B5C8
Complementary color
Monochromatic Colors of #07B5C8
Black with #07B5C8
Text Example
Text Example
White with #07B5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B5C8; }
p { color: rgb(7,181,200); }
H1.HeaderClassName
{
color: #07B5C8;
}
.AnyTagClassName
{
color: #07B5C8;
}
</style>
background-color css
<style>
a { background-color: #07B5C8; }
a { background-color: rgb(7,181,200); }
div.DivClassName
{
background-color: #07B5C8;
}
.BgClassName
{
background-color: #07B5C8;
}
</style>
border-color css
<style>
span { border-color: #07B5C8; }
span { border-color: rgb(7,181,200); }
td.TdClassName
{
border-color: #07B5C8;
}
.TagClassName
{
border-color: #07B5C8;
}
</style>