#04BBBE

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

Shades of Iris Blue #04BBBE

Tints of Iris Blue #04BBBE

Color information

#04BBBE (or 0x04BBBE) is unknown color: approx Iris Blue. HEX triplet: 04, BB and BE. RGB value is (4,187,190). Sum of RGB (Red+Green+Blue) = 4+187+190=381 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 381); Green value is 187 (73.44% from 255 or 49.08% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #04BBBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BBBE is #FB4441. Grayscale: #848484. Windows color (decimal): -16467010 or 12499716. OLE color: 12499716.

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

Color convert

RGB4187190-
CMYK0.980.0200.25
HSL180.97º95.88%38.04%-
HSV(B)180.97º97.89%74.51%-
XYZ27.1139.2854.87-
YUV132.62160.3736.26-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.05%
GREEN value IS 187 (73.44% from 255) = 49.08%
BLUE value IS 190 (74.61% from 255) = 49.87%
R=1.05%
G=49.08%
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.25
SystemRedGreenBlueCMYKHSL
Decimal41871900.980.0200.25180.9795.8838.04
Hex4BBBE622019b56026
Octal4273276142203126514046
Binary1001011101110111110110001010011001101101011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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