#04BCBD

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

Shades of Iris Blue #04BCBD

Tints of Iris Blue #04BCBD

Color information

#04BCBD (or 0x04BCBD) is unknown color: approx Iris Blue. HEX triplet: 04, BC and BD. RGB value is (4,188,189). Sum of RGB (Red+Green+Blue) = 4+188+189=381 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #04BCBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BCBD is #FB4342. Grayscale: #848484. Windows color (decimal): -16466755 or 12434436. OLE color: 12434436.

HSL color Cylindrical-coordinate representation of color #04BCBD: hue angle of 180.32º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BCBD is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4188189-
CMYK0.980.0100.26
HSL180.32º95.85%37.84%-
HSV(B)180.32º97.88%74.12%-
XYZ27.2239.6754.37-
YUV133.1159.5435.92-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.05%
GREEN value IS 188 (73.83% from 255) = 49.34%
BLUE value IS 189 (74.22% from 255) = 49.61%
R=1.05%
G=49.34%
B=49.61%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal41881890.980.0100.26180.3295.8537.84
Hex4BCBD62101Ab46026
Octal4274275142103226414046
Binary100101111001011110111000101011010101101001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,188,189); }

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

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

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

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

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

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

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