Html Css Color HEX #00B9BE Iris Blue

📋 copy color: '#00B9BE'

red 0 ◦ green 185 ◦ blue 190

#00B9BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #00B9BE

Tints of Iris Blue #00B9BE

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 value IS 1

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#00B9BE (or 0x00B9BE) is known color: 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

RGB 0 185 190 -
CMYK 1 0.03 0 0.25
HSL 181.58º 1% 0.37% -
HSV(B) 181.58º 1% 0.75% -
XYZ 26.64 38.42 54.73 -
YUV 130.26 161.71 35.09 -
System Red Green Blue C M Y K H S L
Decimal 0 185 190 1 0.03 0 0.25 181.58 1 0.37
Hex 0 B9 BE 64 3 0 19 B6 64 25
Octal 0 271 276 144 3 0 31 266 144 45
Binary 0 10111001 10111110 1100100 11 0 11001 10110110 1100100 100101

Color Harmonies of #00B9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B9BE

Black with #00B9BE

Text Example


Text Example

White with #00B9BE

Text Example


Text Example

HTML Codes & Css Web 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>