#04B4B8

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

Shades of Iris Blue #04B4B8

Tints of Iris Blue #04B4B8

Color information

#04B4B8 (or 0x04B4B8) is unknown color: approx Iris Blue. HEX triplet: 04, B4 and B8. RGB value is (4,180,184). Sum of RGB (Red+Green+Blue) = 4+180+184=368 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 368); Green value is 180 (70.70% from 255 or 48.91% from 368); Blue value is 184 (72.27% from 255 or 50% from 368); Max value from RGB is 184 - color contains mainly: blue. Hex color #04B4B8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04B4B8 is #FB4B47. Grayscale: #7F7F7F. Windows color (decimal): -16468808 or 12104708. OLE color: 12104708.

HSL color Cylindrical-coordinate representation of color #04B4B8: hue angle of 181.33º 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 #04B4B8 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB4180184-
CMYK0.980.0200.28
HSL181.33º95.74%36.86%-
HSV(B)181.33º97.83%72.16%-
XYZ25.0236.1351-
YUV127.83159.6939.67-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.09%
GREEN value IS 180 (70.70% from 255) = 48.91%
BLUE value IS 184 (72.27% from 255) = 50%
R=1.09%
G=48.91%
B=50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal41801840.980.0200.28181.3395.7436.86
Hex4B4B862201Cb56025
Octal4264270142203426514045
Binary1001011010010111000110001010011100101101011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B4B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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