#00B9BE

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

Shades of Iris Blue #00B9BE

Tints of Iris Blue #00B9BE

Color information

#00B9BE (or 0x00B9BE) is unknown color: approx Iris Blue. HEX triplet: 00, B9 and BE. RGB value is (0,185,190). Sum of RGB (Red+Green+Blue) = 0+185+190=375 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 375); Green value is 185 (72.66% from 255 or 49.33% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #00B9BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B9BE is #FF4641. Grayscale: #828282. Windows color (decimal): -16729666 or 12499200. OLE color: 12499200.

HSL color Cylindrical-coordinate representation of color #00B9BE: hue angle of 181.58º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B9BE is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB0185190-
CMYK10.0300.25
HSL181.58º100%37.25%-
HSV(B)181.58º100%74.51%-
XYZ26.6438.4254.73-
YUV130.26161.7135.09-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 185 (72.66% from 255) = 49.33%
BLUE value IS 190 (74.61% from 255) = 50.67%
R=0%
G=49.33%
B=50.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal018519010.0300.25181.5810037.25
Hex0B9BE643019b66425
Octal0271276144303126614445
Binary01011100110111110110010011011001101101101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00B9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00B9BE; }

 p { color: rgb(0,185,190); }

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

<style>
 a { background-color: #00B9BE; }

 a { background-color: rgb(0,185,190); }

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

<style>
 span { border-color: #00B9BE; }

 span { border-color: rgb(0,185,190); }

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