#03B4BA

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

Shades of Iris Blue #03B4BA

Tints of Iris Blue #03B4BA

Color information

#03B4BA (or 0x03B4BA) is unknown color: approx Iris Blue. HEX triplet: 03, B4 and BA. RGB value is (3,180,186). Sum of RGB (Red+Green+Blue) = 3+180+186=369 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 369); Green value is 180 (70.70% from 255 or 48.78% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #03B4BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03B4BA is #FC4B45. Grayscale: #7F7F7F. Windows color (decimal): -16534342 or 12235779. OLE color: 12235779.

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

Color convert

RGB3180186-
CMYK0.980.0300.27
HSL181.97º96.83%37.06%-
HSV(B)181.97º98.39%72.94%-
XYZ25.2236.2152.11-
YUV127.76160.8639.01-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.81%
GREEN value IS 180 (70.70% from 255) = 48.78%
BLUE value IS 186 (73.05% from 255) = 50.41%
R=0.81%
G=48.78%
B=50.41%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal31801860.980.0300.27181.9796.8337.06
Hex3B4BA62301Bb66125
Octal3264272142303326614145
Binary111011010010111010110001011011011101101101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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