#04BAC9

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

Shades of Iris Blue #04BAC9

Tints of Iris Blue #04BAC9

Color information

#04BAC9 (or 0x04BAC9) is unknown color: approx Iris Blue. HEX triplet: 04, BA and C9. RGB value is (4,186,201). Sum of RGB (Red+Green+Blue) = 4+186+201=391 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 201 (78.91% from 255 or 51.41% from 391); Max value from RGB is 201 - color contains mainly: blue. Hex color #04BAC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BAC9 is #FB4536. Grayscale: #858585. Windows color (decimal): -16467255 or 13220356. OLE color: 13220356.

HSL color Cylindrical-coordinate representation of color #04BAC9: hue angle of 184.57º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BAC9 is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4186201-
CMYK0.980.0700.21
HSL184.57º96.1%40.2%-
HSV(B)184.57º98.01%78.82%-
XYZ28.1539.3661.37-
YUV133.29166.235.78-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.02%
GREEN value IS 186 (73.05% from 255) = 47.57%
BLUE value IS 201 (78.91% from 255) = 51.41%
R=1.02%
G=47.57%
B=51.41%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal41862010.980.0700.21184.5796.140.2
Hex4BAC9627015b96028
Octal4272311142702527114050
Binary10010111010110010011100010111010101101110011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,186,201); }

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

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

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

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

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

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

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