Html Css Color HEX #00BFBA Iris Blue

📋 copy color: '#00BFBA'

red 0 ◦ green 191 ◦ blue 186

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

Shades of Iris Blue #00BFBA

Tints of Iris Blue #00BFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.34%

R = 0%
G = 50.66%
B = 49.34%

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

#00BFBA (or 0x00BFBA) is known color: Iris Blue. HEX triplet: 00, BF and BA. RGB value is (0,191,186). Sum of RGB (Red+Green+Blue) = 0+191+186=377 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 377); Green value is 191 (75% from 255 or 50.66% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 191 - color contains mainly: green. Hex color #00BFBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BFBA is #FF4045. Grayscale: #858585. Windows color (decimal): -16728134 or 12238592. OLE color: 12238592.

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

Color convert

RGB 0 191 186 -
CMYK 1 0 0.03 0.25
HSL 178.43º 1% 0.37% -
HSV(B) 178.43º 1% 0.75% -
XYZ 27.49 40.81 52.88 -
YUV 133.32 157.72 32.91 -
System Red Green Blue C M Y K H S L
Decimal 0 191 186 1 0 0.03 0.25 178.43 1 0.37
Hex 0 BF BA 64 0 3 19 B2 64 25
Octal 0 277 272 144 0 3 31 262 144 45
Binary 0 10111111 10111010 1100100 0 11 11001 10110010 1100100 100101

Color Harmonies of #00BFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BFBA

Black with #00BFBA

Text Example


Text Example

White with #00BFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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