#07A9BE

Color #07A9BE Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #07A9BE

Tints of Iris Blue #07A9BE

Color information

#07A9BE (or 0x07A9BE) is unknown color: approx Iris Blue. HEX triplet: 07, A9 and BE. RGB value is (7,169,190). Sum of RGB (Red+Green+Blue) = 7+169+190=366 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.91% from 366); Green value is 169 (66.41% from 255 or 46.17% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #07A9BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A9BE is #F85641. Grayscale: #7A7A7A. Windows color (decimal): -16275010 or 12495111. OLE color: 12495111.

HSL color Cylindrical-coordinate representation of color #07A9BE: hue angle of 186.89º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A9BE is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7169190-
CMYK0.960.1100.25
HSL186.89º92.89%38.63%-
HSV(B)186.89º96.32%74.51%-
XYZ23.5732.1453.68-
YUV122.96165.8345.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 1.91%
GREEN value IS 169 (66.41% from 255) = 46.17%
BLUE value IS 190 (74.61% from 255) = 51.91%
R=1.91%
G=46.17%
B=51.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71691900.960.1100.25186.8992.8938.63
Hex7A9BE60B019bb5d27
Octal72512761401303127313547
Binary111101010011011111011000001011011001101110111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07A9BE; }

 p { color: rgb(7,169,190); }

 H1.HeaderClassName
 {
   color: #07A9BE;
 }
 .AnyTagClassName
 {
   color: #07A9BE;
 }
</style>
background-color css

<style>
 a { background-color: #07A9BE; }

 a { background-color: rgb(7,169,190); }

 div.DivClassName
 {
   background-color: #07A9BE;
 }
 .BgClassName
 {
   background-color: #07A9BE;
 }
</style>
border-color css

<style>
 span { border-color: #07A9BE; }

 span { border-color: rgb(7,169,190); }

 td.TdClassName
 {
   border-color: #07A9BE;
 }
 .TagClassName
 {
   border-color: #07A9BE;
 }
</style>