#07B9BA

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

Shades of Iris Blue #07B9BA

Tints of Iris Blue #07B9BA

Color information

#07B9BA (or 0x07B9BA) is unknown color: approx Iris Blue. HEX triplet: 07, B9 and BA. RGB value is (7,185,186). Sum of RGB (Red+Green+Blue) = 7+185+186=378 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.85% from 378); Green value is 185 (72.66% from 255 or 48.94% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #07B9BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07B9BA is #F84645. Grayscale: #838383. Windows color (decimal): -16270918 or 12237063. OLE color: 12237063.

HSL color Cylindrical-coordinate representation of color #07B9BA: hue angle of 180.34º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B9BA is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7185186-
CMYK0.960.0100.27
HSL180.34º92.75%37.84%-
HSV(B)180.34º96.24%72.94%-
XYZ26.338.2952.46-
YUV131.89158.5338.92-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.85%
GREEN value IS 185 (72.66% from 255) = 48.94%
BLUE value IS 186 (73.05% from 255) = 49.21%
R=1.85%
G=48.94%
B=49.21%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal71851860.960.0100.27180.3492.7537.84
Hex7B9BA60101Bb45d26
Octal7271272140103326413546
Binary111101110011011101011000001011011101101001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,185,186); }

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

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

 a { background-color: rgb(7,185,186); }

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

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

 span { border-color: rgb(7,185,186); }

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