Html Css Color HEX #00BFB9 Iris Blue

📋 copy color: '#00BFB9'

red 0 ◦ green 191 ◦ blue 185

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

Shades of Iris Blue #00BFB9

Tints of Iris Blue #00BFB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 49.2%

R = 0%
G = 50.8%
B = 49.2%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#00BFB9 (or 0x00BFB9) is known color: Iris Blue. HEX triplet: 00, BF and B9. RGB value is (0,191,185). Sum of RGB (Red+Green+Blue) = 0+191+185=376 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 376); Green value is 191 (75% from 255 or 50.80% from 376); Blue value is 185 (72.66% from 255 or 49.20% from 376); Max value from RGB is 191 - color contains mainly: green. Hex color #00BFB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BFB9 is #FF4046. Grayscale: #858585. Windows color (decimal): -16728135 or 12173056. OLE color: 12173056.

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

Color convert

RGB 0 191 185 -
CMYK 1 0 0.03 0.25
HSL 178.12º 1% 0.37% -
HSV(B) 178.12º 1% 0.75% -
XYZ 27.39 40.76 52.32 -
YUV 133.21 157.22 32.99 -
System Red Green Blue C M Y K H S L
Decimal 0 191 185 1 0 0.03 0.25 178.12 1 0.37
Hex 0 BF B9 64 0 3 19 B2 64 25
Octal 0 277 271 144 0 3 31 262 144 45
Binary 0 10111111 10111001 1100100 0 11 11001 10110010 1100100 100101

Color Harmonies of #00BFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BFB9

Black with #00BFB9

Text Example


Text Example

White with #00BFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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