#04B0B2

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

Shades of Iris Blue #04B0B2

Tints of Iris Blue #04B0B2

Color information

#04B0B2 (or 0x04B0B2) is unknown color: approx Iris Blue. HEX triplet: 04, B0 and B2. RGB value is (4,176,178). Sum of RGB (Red+Green+Blue) = 4+176+178=358 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 358); Green value is 176 (69.14% from 255 or 49.16% from 358); Blue value is 178 (69.92% from 255 or 49.72% from 358); Max value from RGB is 178 - color contains mainly: blue. Hex color #04B0B2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04B0B2 is #FB4F4D. Grayscale: #7C7C7C. Windows color (decimal): -16469838 or 11710468. OLE color: 11710468.

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

Color convert

RGB4176178-
CMYK0.980.0100.30
HSL180.69º95.6%35.69%-
HSV(B)180.69º97.75%69.8%-
XYZ23.6134.2947.49-
YUV124.8158.0241.84-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.12%
GREEN value IS 176 (69.14% from 255) = 49.16%
BLUE value IS 178 (69.92% from 255) = 49.72%
R=1.12%
G=49.16%
B=49.72%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal41761780.980.0100.30180.6995.635.69
Hex4B0B262101Eb56024
Octal4260262142103626514044
Binary100101100001011001011000101011110101101011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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