Html Css Color HEX #00B0BE Iris Blue

📋 copy color: '#00B0BE'

red 0 ◦ green 176 ◦ blue 190

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

Shades of Iris Blue #00B0BE

Tints of Iris Blue #00B0BE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 48.09%

 BLUE value IS 190 (74.61% from 255) = 51.91%

R = 0%
G = 48.09%
B = 51.91%

CMYK

 C value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#00B0BE (or 0x00B0BE) is known color: Iris Blue. HEX triplet: 00, B0 and BE. RGB value is (0,176,190). Sum of RGB (Red+Green+Blue) = 0+176+190=366 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 366); Green value is 176 (69.14% from 255 or 48.09% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #00B0BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00B0BE is #FF4F41. Grayscale: #7C7C7C. Windows color (decimal): -16731970 or 12496896. OLE color: 12496896.

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

Color convert

RGB 0 176 190 -
CMYK 1 0.07 0 0.25
HSL 184.42º 1% 0.37% -
HSV(B) 184.42º 1% 0.75% -
XYZ 24.82 34.77 54.12 -
YUV 124.97 164.69 38.86 -
System Red Green Blue C M Y K H S L
Decimal 0 176 190 1 0.07 0 0.25 184.42 1 0.37
Hex 0 B0 BE 64 7 0 19 B8 64 25
Octal 0 260 276 144 7 0 31 270 144 45
Binary 0 10110000 10111110 1100100 111 0 11001 10111000 1100100 100101

Color Harmonies of #00B0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B0BE

Black with #00B0BE

Text Example


Text Example

White with #00B0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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