#04B8B2

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

Shades of Iris Blue #04B8B2

Tints of Iris Blue #04B8B2

Color information

#04B8B2 (or 0x04B8B2) is unknown color: approx Iris Blue. HEX triplet: 04, B8 and B2. RGB value is (4,184,178). Sum of RGB (Red+Green+Blue) = 4+184+178=366 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 366); Green value is 184 (72.27% from 255 or 50.27% from 366); Blue value is 178 (69.92% from 255 or 48.63% from 366); Max value from RGB is 184 - color contains mainly: green. Hex color #04B8B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04B8B2 is #FB474D. Grayscale: #818181. Windows color (decimal): -16467790 or 11712516. OLE color: 11712516.

HSL color Cylindrical-coordinate representation of color #04B8B2: hue angle of 178º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B8B2 is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB4184178-
CMYK0.9800.030.28
HSL178º95.74%36.86%-
HSV(B)178º97.83%72.16%-
XYZ25.2337.5248.03-
YUV129.5155.3738.49-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.09%
GREEN value IS 184 (72.27% from 255) = 50.27%
BLUE value IS 178 (69.92% from 255) = 48.63%
R=1.09%
G=50.27%
B=48.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal41841780.9800.030.2817895.7436.86
Hex4B8B262031Cb26025
Octal4270262142033426214045
Binary1001011100010110010110001001111100101100101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,184,178); }

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

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

 a { background-color: rgb(4,184,178); }

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

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

 span { border-color: rgb(4,184,178); }

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