Shades of Iris Blue #07B2D0
Tints of Iris Blue #07B2D0
RGB
CMYK
RGB Variations
Color information
#07B2D0 (or 0x07B2D0) is known color: Iris Blue. HEX triplet: 07, B2 and D0. RGB value is (7,178,208). Sum of RGB (Red+Green+Blue) = 7+178+208=393 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.78% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 208 (81.64% from 255 or 52.93% from 393); Max value from RGB is 208 - color contains mainly: blue. Hex color #07B2D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07B2D0 is #F84D2F. Grayscale: #828282. Windows color (decimal): -16272688 or 13677063. OLE color: 13677063.
HSL color Cylindrical-coordinate representation of color #07B2D0: hue angle of 188.96º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07B2D0 is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 7 | 178 | 208 | - |
| CMYK | 0.97 | 0.14 | 0 | 0.18 |
| HSL | 188.96º | 0.93% | 0.42% | - |
| HSV(B) | 188.96º | 0.97% | 0.82% | - |
| XYZ | 27.39 | 36.44 | 65.26 | - |
| YUV | 130.29 | 171.85 | 40.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 178 | 208 | 0.97 | 0.14 | 0 | 0.18 | 188.96 | 0.93 | 0.42 |
| Hex | 7 | B2 | D0 | 61 | E | 0 | 12 | BD | 5D | 2A |
| Octal | 7 | 262 | 320 | 141 | 16 | 0 | 22 | 275 | 135 | 52 |
| Binary | 111 | 10110010 | 11010000 | 1100001 | 1110 | 0 | 10010 | 10111101 | 1011101 | 101010 |
Color Harmonies of #07B2D0
Complementary color
Monochromatic Colors of #07B2D0
Black with #07B2D0
Text Example
Text Example
White with #07B2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B2D0; }
p { color: rgb(7,178,208); }
H1.HeaderClassName
{
color: #07B2D0;
}
.AnyTagClassName
{
color: #07B2D0;
}
</style>
background-color css
<style>
a { background-color: #07B2D0; }
a { background-color: rgb(7,178,208); }
div.DivClassName
{
background-color: #07B2D0;
}
.BgClassName
{
background-color: #07B2D0;
}
</style>
border-color css
<style>
span { border-color: #07B2D0; }
span { border-color: rgb(7,178,208); }
td.TdClassName
{
border-color: #07B2D0;
}
.TagClassName
{
border-color: #07B2D0;
}
</style>