#04B0BD

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

Shades of Iris Blue #04B0BD

Tints of Iris Blue #04B0BD

Color information

#04B0BD (or 0x04B0BD) is unknown color: approx Iris Blue. HEX triplet: 04, B0 and BD. RGB value is (4,176,189). Sum of RGB (Red+Green+Blue) = 4+176+189=369 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 369); Green value is 176 (69.14% from 255 or 47.70% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #04B0BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04B0BD is #FB4F42. Grayscale: #7D7D7D. Windows color (decimal): -16469827 or 12431364. OLE color: 12431364.

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

Color convert

RGB4176189-
CMYK0.980.0700.26
HSL184.22º95.85%37.84%-
HSV(B)184.22º97.88%74.12%-
XYZ24.7634.7553.55-
YUV126.05163.5240.94-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.08%
GREEN value IS 176 (69.14% from 255) = 47.70%
BLUE value IS 189 (74.22% from 255) = 51.22%
R=1.08%
G=47.70%
B=51.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal41761890.980.0700.26184.2295.8537.84
Hex4B0BD62701Ab86026
Octal4260275142703227014046
Binary10010110000101111011100010111011010101110001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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