#04BFB3

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

Shades of Iris Blue #04BFB3

Tints of Iris Blue #04BFB3

Color information

#04BFB3 (or 0x04BFB3) is unknown color: approx Iris Blue. HEX triplet: 04, BF and B3. RGB value is (4,191,179). Sum of RGB (Red+Green+Blue) = 4+191+179=374 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 374); Green value is 191 (75% from 255 or 51.07% from 374); Blue value is 179 (70.31% from 255 or 47.86% from 374); Max value from RGB is 191 - color contains mainly: green. Hex color #04BFB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BFB3 is #FB404C. Grayscale: #858585. Windows color (decimal): -16465997 or 11779844. OLE color: 11779844.

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

Color convert

RGB4191179-
CMYK0.9800.060.25
HSL176.15º95.9%38.24%-
HSV(B)176.15º97.91%74.9%-
XYZ26.8240.5449.06-
YUV133.72153.5535.48-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.07%
GREEN value IS 191 (75% from 255) = 51.07%
BLUE value IS 179 (70.31% from 255) = 47.86%
R=1.07%
G=51.07%
B=47.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41911790.9800.060.25176.1595.938.24
Hex4BFB3620619b06026
Octal4277263142063126014046
Binary10010111111101100111100010011011001101100001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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