#04BBB1

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

Shades of Iris Blue #04BBB1

Tints of Iris Blue #04BBB1

Color information

#04BBB1 (or 0x04BBB1) is unknown color: approx Iris Blue. HEX triplet: 04, BB and B1. RGB value is (4,187,177). Sum of RGB (Red+Green+Blue) = 4+187+177=368 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 368); Green value is 187 (73.44% from 255 or 50.82% from 368); Blue value is 177 (69.53% from 255 or 48.10% from 368); Max value from RGB is 187 - color contains mainly: green. Hex color #04BBB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BBB1 is #FB444E. Grayscale: #838383. Windows color (decimal): -16467023 or 11647748. OLE color: 11647748.

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

Color convert

RGB4187177-
CMYK0.9800.050.27
HSL176.72º95.81%37.45%-
HSV(B)176.72º97.86%73.33%-
XYZ25.7638.7447.72-
YUV131.14153.8737.31-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.09%
GREEN value IS 187 (73.44% from 255) = 50.82%
BLUE value IS 177 (69.53% from 255) = 48.10%
R=1.09%
G=50.82%
B=48.10%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal41871770.9800.050.27176.7295.8137.45
Hex4BBB162051Bb16025
Octal4273261142053326114045
Binary10010111011101100011100010010111011101100011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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