#03B7BA

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

Shades of Iris Blue #03B7BA

Tints of Iris Blue #03B7BA

Color information

#03B7BA (or 0x03B7BA) is unknown color: approx Iris Blue. HEX triplet: 03, B7 and BA. RGB value is (3,183,186). Sum of RGB (Red+Green+Blue) = 3+183+186=372 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 372); Green value is 183 (71.88% from 255 or 49.19% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #03B7BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03B7BA is #FC4845. Grayscale: #818181. Windows color (decimal): -16533574 or 12236547. OLE color: 12236547.

HSL color Cylindrical-coordinate representation of color #03B7BA: hue angle of 180.98º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B7BA is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3183186-
CMYK0.980.0200.27
HSL180.98º96.83%37.06%-
HSV(B)180.98º98.39%72.94%-
XYZ25.8337.4352.32-
YUV129.52159.8737.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.81%
GREEN value IS 183 (71.88% from 255) = 49.19%
BLUE value IS 186 (73.05% from 255) = 50%
R=0.81%
G=49.19%
B=50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal31831860.980.0200.27180.9896.8337.06
Hex3B7BA62201Bb56125
Octal3267272142203326514145
Binary111011011110111010110001010011011101101011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03B7BA; }

 p { color: rgb(3,183,186); }

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

<style>
 a { background-color: #03B7BA; }

 a { background-color: rgb(3,183,186); }

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

<style>
 span { border-color: #03B7BA; }

 span { border-color: rgb(3,183,186); }

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