Html Css Color HEX #00BFB1 Iris Blue

📋 copy color: '#00BFB1'

red 0 ◦ green 191 ◦ blue 177

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

Shades of Iris Blue #00BFB1

Tints of Iris Blue #00BFB1

RGB

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

 GREEN value IS 191 (75% from 255) = 51.9%

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

R = 0%
G = 51.9%
B = 48.1%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#00BFB1 (or 0x00BFB1) is known color: Iris Blue. HEX triplet: 00, BF and B1. RGB value is (0,191,177). Sum of RGB (Red+Green+Blue) = 0+191+177=368 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 368); Green value is 191 (75% from 255 or 51.90% from 368); Blue value is 177 (69.53% from 255 or 48.10% from 368); Max value from RGB is 191 - color contains mainly: green. Hex color #00BFB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BFB1 is #FF404E. Grayscale: #848484. Windows color (decimal): -16728143 or 11648768. OLE color: 11648768.

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

Color convert

RGB 0 191 177 -
CMYK 1 0 0.07 0.25
HSL 175.6º 1% 0.37% -
HSV(B) 175.6º 1% 0.75% -
XYZ 26.57 40.44 48 -
YUV 132.3 153.22 33.64 -
System Red Green Blue C M Y K H S L
Decimal 0 191 177 1 0 0.07 0.25 175.6 1 0.37
Hex 0 BF B1 64 0 7 19 B0 64 25
Octal 0 277 261 144 0 7 31 260 144 45
Binary 0 10111111 10110001 1100100 0 111 11001 10110000 1100100 100101

Color Harmonies of #00BFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BFB1

Black with #00BFB1

Text Example


Text Example

White with #00BFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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