#04BEC2

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

Shades of Iris Blue #04BEC2

Tints of Iris Blue #04BEC2

Color information

#04BEC2 (or 0x04BEC2) is unknown color: approx Iris Blue. HEX triplet: 04, BE and C2. RGB value is (4,190,194). Sum of RGB (Red+Green+Blue) = 4+190+194=388 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.03% from 388); Green value is 190 (74.61% from 255 or 48.97% from 388); Blue value is 194 (76.17% from 255 or 50% from 388); Max value from RGB is 194 - color contains mainly: blue. Hex color #04BEC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BEC2 is #FB413D. Grayscale: #868686. Windows color (decimal): -16466238 or 12762628. OLE color: 12762628.

HSL color Cylindrical-coordinate representation of color #04BEC2: hue angle of 181.26º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BEC2 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4190194-
CMYK0.980.0200.24
HSL181.26º95.96%38.82%-
HSV(B)181.26º97.94%76.08%-
XYZ28.240.7557.42-
YUV134.84161.3834.67-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.03%
GREEN value IS 190 (74.61% from 255) = 48.97%
BLUE value IS 194 (76.17% from 255) = 50%
R=1.03%
G=48.97%
B=50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal41901940.980.0200.24181.2695.9638.82
Hex4BEC2622018b56027
Octal4276302142203026514047
Binary1001011111011000010110001010011000101101011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,190,194); }

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

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

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

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

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

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

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