Html Css Color HEX #00B9B7 Iris Blue

📋 copy color: '#00B9B7'

red 0 ◦ green 185 ◦ blue 183

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

Shades of Iris Blue #00B9B7

Tints of Iris Blue #00B9B7

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 185 (72.66% from 255) = 50.27%

 BLUE value IS 183 (71.88% from 255) = 49.73%

R = 0%
G = 50.27%
B = 49.73%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#00B9B7 (or 0x00B9B7) is known color: Iris Blue. HEX triplet: 00, B9 and B7. RGB value is (0,185,183). Sum of RGB (Red+Green+Blue) = 0+185+183=368 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 368); Green value is 185 (72.66% from 255 or 50.27% from 368); Blue value is 183 (71.88% from 255 or 49.73% from 368); Max value from RGB is 185 - color contains mainly: green. Hex color #00B9B7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B9B7 is #FF4648. Grayscale: #818181. Windows color (decimal): -16729673 or 12040448. OLE color: 12040448.

HSL color Cylindrical-coordinate representation of color #00B9B7: hue angle of 179.35º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B9B7 is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 185 183 -
CMYK 1 0 0.01 0.27
HSL 179.35º 1% 0.36% -
HSV(B) 179.35º 1% 0.73% -
XYZ 25.9 38.12 50.79 -
YUV 129.46 158.21 35.66 -
System Red Green Blue C M Y K H S L
Decimal 0 185 183 1 0 0.01 0.27 179.35 1 0.36
Hex 0 B9 B7 64 0 1 1B B3 64 24
Octal 0 271 267 144 0 1 33 263 144 44
Binary 0 10111001 10110111 1100100 0 1 11011 10110011 1100100 100100

Color Harmonies of #00B9B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B9B7

Black with #00B9B7

Text Example


Text Example

White with #00B9B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00B9B7;
 }
 .AnyTagClassName
 {
   color: #00B9B7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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