#04B7B7

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

Shades of Iris Blue #04B7B7

Tints of Iris Blue #04B7B7

Color information

#04B7B7 (or 0x04B7B7) is unknown color: approx Iris Blue. HEX triplet: 04, B7 and B7. RGB value is (4,183,183). Sum of RGB (Red+Green+Blue) = 4+183+183=370 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 370); Green value is 183 (71.88% from 255 or 49.46% from 370); Blue value is 183 (71.88% from 255 or 49.46% from 370); Max value from RGB is 183 - color contains mainly: green, blue. Hex color #04B7B7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04B7B7 is #FB4848. Grayscale: #818181. Windows color (decimal): -16468041 or 12039940. OLE color: 12039940.

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

Color convert

RGB4183183-
CMYK0.98000.28
HSL180º95.72%36.67%-
HSV(B)180º97.81%71.76%-
XYZ25.5337.3150.66-
YUV129.48158.238.5-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.08%
GREEN value IS 183 (71.88% from 255) = 49.46%
BLUE value IS 183 (71.88% from 255) = 49.46%
R=1.08%
G=49.46%
B=49.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal41831830.98000.2818095.7236.67
Hex4B7B762001Cb46025
Octal4267267142003426414045
Binary100101101111011011111000100011100101101001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B7B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,183,183); }

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

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

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

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

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

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

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