#04B2B8

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

Shades of Iris Blue #04B2B8

Tints of Iris Blue #04B2B8

Color information

#04B2B8 (or 0x04B2B8) is unknown color: approx Iris Blue. HEX triplet: 04, B2 and B8. RGB value is (4,178,184). Sum of RGB (Red+Green+Blue) = 4+178+184=366 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 366); Green value is 178 (69.92% from 255 or 48.63% from 366); Blue value is 184 (72.27% from 255 or 50.27% from 366); Max value from RGB is 184 - color contains mainly: blue. Hex color #04B2B8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04B2B8 is #FB4D47. Grayscale: #7E7E7E. Windows color (decimal): -16469320 or 12104196. OLE color: 12104196.

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

Color convert

RGB4178184-
CMYK0.980.0300.28
HSL182º95.74%36.86%-
HSV(B)182º97.83%72.16%-
XYZ24.6235.3350.87-
YUV126.66160.3540.51-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal41781840.980.0300.2818295.7436.86
Hex4B2B862301Cb66025
Octal4262270142303426614045
Binary1001011001010111000110001011011100101101101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B2B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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