#04B8BB

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

Shades of Iris Blue #04B8BB

Tints of Iris Blue #04B8BB

Color information

#04B8BB (or 0x04B8BB) is unknown color: approx Iris Blue. HEX triplet: 04, B8 and BB. RGB value is (4,184,187). Sum of RGB (Red+Green+Blue) = 4+184+187=375 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 375); Green value is 184 (72.27% from 255 or 49.07% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #04B8BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04B8BB is #FB4744. Grayscale: #828282. Windows color (decimal): -16467781 or 12302340. OLE color: 12302340.

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

Color convert

RGB4184187-
CMYK0.980.0200.27
HSL180.98º95.81%37.45%-
HSV(B)180.98º97.86%73.33%-
XYZ26.1637.8952.95-
YUV130.52159.8737.76-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.07%
GREEN value IS 184 (72.27% from 255) = 49.07%
BLUE value IS 187 (73.44% from 255) = 49.87%
R=1.07%
G=49.07%
B=49.87%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal41841870.980.0200.27180.9895.8137.45
Hex4B8BB62201Bb56025
Octal4270273142203326514045
Binary1001011100010111011110001010011011101101011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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