#03B6BA

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

Shades of Iris Blue #03B6BA

Tints of Iris Blue #03B6BA

Color information

#03B6BA (or 0x03B6BA) is unknown color: approx Iris Blue. HEX triplet: 03, B6 and BA. RGB value is (3,182,186). Sum of RGB (Red+Green+Blue) = 3+182+186=371 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 371); Green value is 182 (71.48% from 255 or 49.06% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #03B6BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03B6BA is #FC4945. Grayscale: #808080. Windows color (decimal): -16533830 or 12236291. OLE color: 12236291.

HSL color Cylindrical-coordinate representation of color #03B6BA: hue angle of 181.31º 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 #03B6BA is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3182186-
CMYK0.980.0200.27
HSL181.31º96.83%37.06%-
HSV(B)181.31º98.39%72.94%-
XYZ25.6337.0252.25-
YUV128.94160.238.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.81%
GREEN value IS 182 (71.48% from 255) = 49.06%
BLUE value IS 186 (73.05% from 255) = 50.13%
R=0.81%
G=49.06%
B=50.13%

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
Decimal31821860.980.0200.27181.3196.8337.06
Hex3B6BA62201Bb56125
Octal3266272142203326514145
Binary111011011010111010110001010011011101101011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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