#03B2BE

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

Shades of Iris Blue #03B2BE

Tints of Iris Blue #03B2BE

Color information

#03B2BE (or 0x03B2BE) is unknown color: approx Iris Blue. HEX triplet: 03, B2 and BE. RGB value is (3,178,190). Sum of RGB (Red+Green+Blue) = 3+178+190=371 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #03B2BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03B2BE is #FC4D41. Grayscale: #7E7E7E. Windows color (decimal): -16534850 or 12497411. OLE color: 12497411.

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

Color convert

RGB3178190-
CMYK0.980.0600.25
HSL183.85º96.89%37.84%-
HSV(B)183.85º98.42%74.51%-
XYZ25.2535.5854.25-
YUV127.04163.5239.52-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.81%
GREEN value IS 178 (69.92% from 255) = 47.98%
BLUE value IS 190 (74.61% from 255) = 51.21%
R=0.81%
G=47.98%
B=51.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal31781900.980.0600.25183.8596.8937.84
Hex3B2BE626019b86126
Octal3262276142603127014146
Binary1110110010101111101100010110011001101110001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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