#03B1BE

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

Shades of Iris Blue #03B1BE

Tints of Iris Blue #03B1BE

Color information

#03B1BE (or 0x03B1BE) is unknown color: approx Iris Blue. HEX triplet: 03, B1 and BE. RGB value is (3,177,190). Sum of RGB (Red+Green+Blue) = 3+177+190=370 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 370); Green value is 177 (69.53% from 255 or 47.84% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #03B1BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03B1BE is #FC4E41. Grayscale: #7E7E7E. Windows color (decimal): -16535106 or 12497155. OLE color: 12497155.

HSL color Cylindrical-coordinate representation of color #03B1BE: hue angle of 184.17º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B1BE is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3177190-
CMYK0.980.0700.25
HSL184.17º96.89%37.84%-
HSV(B)184.17º98.42%74.51%-
XYZ25.0535.1854.19-
YUV126.46163.8539.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.81%
GREEN value IS 177 (69.53% from 255) = 47.84%
BLUE value IS 190 (74.61% from 255) = 51.35%
R=0.81%
G=47.84%
B=51.35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal31771900.980.0700.25184.1796.8937.84
Hex3B1BE627019b86126
Octal3261276142703127014146
Binary1110110001101111101100010111011001101110001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,177,190); }

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

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

 a { background-color: rgb(3,177,190); }

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

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

 span { border-color: rgb(3,177,190); }

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