#03B5BA

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

Shades of Iris Blue #03B5BA

Tints of Iris Blue #03B5BA

Color information

#03B5BA (or 0x03B5BA) is unknown color: approx Iris Blue. HEX triplet: 03, B5 and BA. RGB value is (3,181,186). Sum of RGB (Red+Green+Blue) = 3+181+186=370 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 370); Green value is 181 (71.09% from 255 or 48.92% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #03B5BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03B5BA is #FC4A45. Grayscale: #808080. Windows color (decimal): -16534086 or 12236035. OLE color: 12236035.

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

Color convert

RGB3181186-
CMYK0.980.0300.27
HSL181.64º96.83%37.06%-
HSV(B)181.64º98.39%72.94%-
XYZ25.4236.6152.18-
YUV128.35160.5338.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.81%
GREEN value IS 181 (71.09% from 255) = 48.92%
BLUE value IS 186 (73.05% from 255) = 50.27%
R=0.81%
G=48.92%
B=50.27%

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
Decimal31811860.980.0300.27181.6496.8337.06
Hex3B5BA62301Bb66125
Octal3265272142303326614145
Binary111011010110111010110001011011011101101101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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