#04B3B1

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

Shades of Iris Blue #04B3B1

Tints of Iris Blue #04B3B1

Color information

#04B3B1 (or 0x04B3B1) is unknown color: approx Iris Blue. HEX triplet: 04, B3 and B1. RGB value is (4,179,177). Sum of RGB (Red+Green+Blue) = 4+179+177=360 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 360); Green value is 179 (70.31% from 255 or 49.72% from 360); Blue value is 177 (69.53% from 255 or 49.17% from 360); Max value from RGB is 179 - color contains mainly: green. Hex color #04B3B1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04B3B1 is #FB4C4E. Grayscale: #7E7E7E. Windows color (decimal): -16469071 or 11645700. OLE color: 11645700.

HSL color Cylindrical-coordinate representation of color #04B3B1: hue angle of 179.31º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B3B1 is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB4179177-
CMYK0.9800.010.30
HSL179.31º95.63%35.88%-
HSV(B)179.31º97.77%70.2%-
XYZ24.1135.4447.17-
YUV126.45156.5240.66-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.11%
GREEN value IS 179 (70.31% from 255) = 49.72%
BLUE value IS 177 (69.53% from 255) = 49.17%
R=1.11%
G=49.72%
B=49.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal41791770.9800.010.30179.3195.6335.88
Hex4B3B162011Eb36024
Octal4263261142013626314044
Binary100101100111011000111000100111110101100111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04B3B1; }

 p { color: rgb(4,179,177); }

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

<style>
 a { background-color: #04B3B1; }

 a { background-color: rgb(4,179,177); }

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

<style>
 span { border-color: #04B3B1; }

 span { border-color: rgb(4,179,177); }

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