#04BBBD

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

Shades of Iris Blue #04BBBD

Tints of Iris Blue #04BBBD

Color information

#04BBBD (or 0x04BBBD) is unknown color: approx Iris Blue. HEX triplet: 04, BB and BD. RGB value is (4,187,189). Sum of RGB (Red+Green+Blue) = 4+187+189=380 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 380); Green value is 187 (73.44% from 255 or 49.21% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #04BBBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BBBD is #FB4442. Grayscale: #848484. Windows color (decimal): -16467011 or 12434180. OLE color: 12434180.

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

Color convert

RGB4187189-
CMYK0.980.0100.26
HSL180.65º95.85%37.84%-
HSV(B)180.65º97.88%74.12%-
XYZ27.0139.2454.29-
YUV132.51159.8736.34-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.05%
GREEN value IS 187 (73.44% from 255) = 49.21%
BLUE value IS 189 (74.22% from 255) = 49.74%
R=1.05%
G=49.21%
B=49.74%

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
Decimal41871890.980.0100.26180.6595.8537.84
Hex4BBBD62101Ab56026
Octal4273275142103226514046
Binary100101110111011110111000101011010101101011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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