Html Css Color HEX #00B7B1 Iris Blue

📋 copy color: '#00B7B1'

red 0 ◦ green 183 ◦ blue 177

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

Shades of Iris Blue #00B7B1

Tints of Iris Blue #00B7B1

RGB

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

 GREEN value IS 183 (71.88% from 255) = 50.83%

 BLUE value IS 177 (69.53% from 255) = 49.17%

R = 0%
G = 50.83%
B = 49.17%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#00B7B1 (or 0x00B7B1) is known color: Iris Blue. HEX triplet: 00, B7 and B1. RGB value is (0,183,177). Sum of RGB (Red+Green+Blue) = 0+183+177=360 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 360); Green value is 183 (71.88% from 255 or 50.83% from 360); Blue value is 177 (69.53% from 255 or 49.17% from 360); Max value from RGB is 183 - color contains mainly: green. Hex color #00B7B1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B7B1 is #FF484E. Grayscale: #7F7F7F. Windows color (decimal): -16730191 or 11646720. OLE color: 11646720.

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

Color convert

RGB 0 183 177 -
CMYK 1 0 0.03 0.28
HSL 178.03º 1% 0.36% -
HSV(B) 178.03º 1% 0.72% -
XYZ 24.87 37.04 47.43 -
YUV 127.6 155.87 36.99 -
System Red Green Blue C M Y K H S L
Decimal 0 183 177 1 0 0.03 0.28 178.03 1 0.36
Hex 0 B7 B1 64 0 3 1C B2 64 24
Octal 0 267 261 144 0 3 34 262 144 44
Binary 0 10110111 10110001 1100100 0 11 11100 10110010 1100100 100100

Color Harmonies of #00B7B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B7B1

Black with #00B7B1

Text Example


Text Example

White with #00B7B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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