Shades of Iris Blue #07BEDC
Tints of Iris Blue #07BEDC
RGB
CMYK
RGB Variations
Color information
#07BEDC (or 0x07BEDC) is known color: Iris Blue. HEX triplet: 07, BE and DC. RGB value is (7,190,220). Sum of RGB (Red+Green+Blue) = 7+190+220=417 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.68% from 417); Green value is 190 (74.61% from 255 or 45.56% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #07BEDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BEDC is #F84123. Grayscale: #8A8A8A. Windows color (decimal): -16269604 or 14466567. OLE color: 14466567.
HSL color Cylindrical-coordinate representation of color #07BEDC: hue angle of 188.45º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BEDC is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 190 | 220 | - |
| CMYK | 0.97 | 0.14 | 0 | 0.14 |
| HSL | 188.45º | 0.94% | 0.45% | - |
| HSV(B) | 188.45º | 0.97% | 0.86% | - |
| XYZ | 31.42 | 42.04 | 74.17 | - |
| YUV | 138.7 | 173.87 | 34.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 190 | 220 | 0.97 | 0.14 | 0 | 0.14 | 188.45 | 0.94 | 0.45 |
| Hex | 7 | BE | DC | 61 | E | 0 | E | BC | 5E | 2D |
| Octal | 7 | 276 | 334 | 141 | 16 | 0 | 16 | 274 | 136 | 55 |
| Binary | 111 | 10111110 | 11011100 | 1100001 | 1110 | 0 | 1110 | 10111100 | 1011110 | 101101 |
Color Harmonies of #07BEDC
Complementary color
Monochromatic Colors of #07BEDC
Black with #07BEDC
Text Example
Text Example
White with #07BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BEDC; }
p { color: rgb(7,190,220); }
H1.HeaderClassName
{
color: #07BEDC;
}
.AnyTagClassName
{
color: #07BEDC;
}
</style>
background-color css
<style>
a { background-color: #07BEDC; }
a { background-color: rgb(7,190,220); }
div.DivClassName
{
background-color: #07BEDC;
}
.BgClassName
{
background-color: #07BEDC;
}
</style>
border-color css
<style>
span { border-color: #07BEDC; }
span { border-color: rgb(7,190,220); }
td.TdClassName
{
border-color: #07BEDC;
}
.TagClassName
{
border-color: #07BEDC;
}
</style>