Html Css Color HEX #00B9AF Iris Blue

📋 copy color: '#00B9AF'

red 0 ◦ green 185 ◦ blue 175

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

Shades of Iris Blue #00B9AF

Tints of Iris Blue #00B9AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.61%

R = 0%
G = 51.39%
B = 48.61%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#00B9AF (or 0x00B9AF) is known color: Iris Blue. HEX triplet: 00, B9 and AF. RGB value is (0,185,175). Sum of RGB (Red+Green+Blue) = 0+185+175=360 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 360); Green value is 185 (72.66% from 255 or 51.39% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 185 - color contains mainly: green. Hex color #00B9AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B9AF is #FF4650. Grayscale: #808080. Windows color (decimal): -16729681 or 11516160. OLE color: 11516160.

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

Color convert

RGB 0 185 175 -
CMYK 1 0 0.05 0.27
HSL 176.76º 1% 0.36% -
HSV(B) 176.76º 1% 0.73% -
XYZ 25.09 37.79 46.53 -
YUV 128.55 154.21 36.31 -
System Red Green Blue C M Y K H S L
Decimal 0 185 175 1 0 0.05 0.27 176.76 1 0.36
Hex 0 B9 AF 64 0 5 1B B1 64 24
Octal 0 271 257 144 0 5 33 261 144 44
Binary 0 10111001 10101111 1100100 0 101 11011 10110001 1100100 100100

Color Harmonies of #00B9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B9AF

Black with #00B9AF

Text Example


Text Example

White with #00B9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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